mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 07:19:03 +02:00
chore: update CodeIgniter to 4.5.1 + other dependencies to latest
This commit is contained in:
parent
303a900f66
commit
d4a36f811b
103 changed files with 3079 additions and 2745 deletions
|
|
@ -4,6 +4,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace Tests\Database;
|
||||
|
||||
use CodeIgniter\Database\Seeder;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\DatabaseTestTrait;
|
||||
use Tests\Support\Database\Seeds\ExampleSeeder;
|
||||
|
|
@ -14,7 +15,7 @@ class ExampleDatabaseTest extends CIUnitTestCase
|
|||
use DatabaseTestTrait;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
* @var class-string<Seeder>|list<class-string<Seeder>>
|
||||
*/
|
||||
protected $seed = ExampleSeeder::class;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue