ci: fix rector issues for code-review job to pass

This commit is contained in:
Yassine Doghri 2021-05-20 17:13:13 +00:00
commit 1a024bdec7
No known key found for this signature in database
GPG key ID: 3E7F89498B960C9F
13 changed files with 38 additions and 33 deletions

View file

@ -4,6 +4,7 @@ namespace Tests\Support;
use CodeIgniter\Test\CIUnitTestCase;
use CodeIgniter\Test\DatabaseTestTrait;
use Tests\Support\Database\Seeds\ExampleSeeder;
/**
* @phpstan-ignore-next-line
@ -24,7 +25,7 @@ class DatabaseTestCase extends CIUnitTestCase
*
* @var string|string[]
*/
protected $seed = 'Tests\Support\Database\Seeds\ExampleSeeder';
protected $seed = ExampleSeeder::class;
/**
* The path to the seeds directory. Allows overriding the default application directories.