mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 20:47:46 +02:00
ci: fix rector issues for code-review job to pass
This commit is contained in:
parent
b51072434b
commit
1a024bdec7
13 changed files with 38 additions and 33 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue