Skip to content

Commit eb1b621

Browse files
committed
Remove duplicated $refresh property
1 parent 32f88ce commit eb1b621

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/system/Database/Live/PreparedQueryTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ final class PreparedQueryTest extends CIUnitTestCase
2626
{
2727
use DatabaseTestTrait;
2828

29-
protected $refresh = true;
30-
private $seed = CITestSeeder::class;
29+
protected $seed = CITestSeeder::class;
3130

3231
/**
3332
* @var BasePreparedQuery|null

0 commit comments

Comments
 (0)