File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed
Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35namespace Tests \Support ;
46
57use CodeIgniter \Database \Seeder ;
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35namespace Tests \Support ;
46
57use CodeIgniter \Router \RouteCollection ;
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35use App \Entities \Dungeon ;
46use App \Entities \Monster ;
57use App \Models \DungeonModel ;
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35use App \Models \HeroModel ;
46use Tests \Support \DatabaseTestCase ;
57
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35use Tests \Support \FeatureTestCase ;
46
57/**
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35use CodeIgniter \Test \CIUnitTestCase ;
46use Config \App ;
57use Tests \Support \Libraries \ConfigReader ;
You can’t perform that action at this time.
0 commit comments