Skip to content

Commit 8ab9e40

Browse files
committed
cs fix
1 parent fb7e4f1 commit 8ab9e40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

system/Test/DatabaseTestTrait.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
namespace CodeIgniter\Test;
1515

16-
use PHPUnit\Framework\Attributes\AfterClass;
1716
use CodeIgniter\Database\BaseBuilder;
1817
use CodeIgniter\Database\Exceptions\DatabaseException;
1918
use CodeIgniter\Test\Constraints\SeeInDatabase;
2019
use Config\Database;
2120
use Config\Migrations;
2221
use Config\Services;
22+
use PHPUnit\Framework\Attributes\AfterClass;
2323

2424
/**
2525
* DatabaseTestTrait
@@ -232,7 +232,6 @@ public function seed(string $name)
232232
/**
233233
* Reset $doneMigration and $doneSeed
234234
*
235-
*
236235
* @return void
237236
*/
238237
#[AfterClass]

0 commit comments

Comments
 (0)