We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13ff147 + 1286881 commit 2e904a4Copy full SHA for 2e904a4
2 files changed
system/Test/CIDatabaseTestCase.php
@@ -49,7 +49,7 @@
49
/**
50
* CIDatabaseTestCase
51
*/
52
-class CIDatabaseTestCase extends CIUnitTestCase
+abstract class CIDatabaseTestCase extends CIUnitTestCase
53
{
54
55
* Should the db be refreshed before
system/Test/CIUnitTestCase.php
@@ -53,7 +53,7 @@
* PHPunit test case.
56
-class CIUnitTestCase extends TestCase
+abstract class CIUnitTestCase extends TestCase
57
58
59
use ReflectionHelper;
0 commit comments