Skip to content

Commit a8357ed

Browse files
authored
Merge pull request #2172 from jim-parry/featuretest
Base FeatureTestCase on CIUnitTestCase
2 parents b9cef44 + cf7f299 commit a8357ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Test/FeatureTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*
5454
* @package CodeIgniter\Test
5555
*/
56-
class FeatureTestCase extends CIDatabaseTestCase
56+
class FeatureTestCase extends CIUnitTestCase
5757
{
5858

5959
/**

0 commit comments

Comments
 (0)