Skip to content

Commit 3eb509a

Browse files
committed
Trying to fix the is_unique tests
1 parent 7532841 commit 3eb509a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/system/Validation/RulesTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
use Config\Database;
44

5-
class RulesTest extends \CIUnitTestCase
5+
class RulesTest extends \CIDatabaseTestCase
66
{
7+
protected $refresh =true;
8+
79
/**
810
* @var Validation
911
*/

0 commit comments

Comments
 (0)