File tree Expand file tree Collapse file tree
tests/system/Database/Live Expand file tree Collapse file tree Original file line number Diff line number Diff line change 128128 __DIR__ . '/tests/system/Honeypot/HoneypotTest.php ' ,
129129 __DIR__ . '/tests/system/Filters/HoneypotTest.php ' ,
130130 __DIR__ . '/tests/system/Test/TestResponseTest.php ' ,
131+ __DIR__ . '/tests/system/Database/Live/ConnectTest.php ' ,
131132 ],
132133 ]);
133134
Original file line number Diff line number Diff line change 1616use CodeIgniter \Test \CIUnitTestCase ;
1717use CodeIgniter \Test \DatabaseTestTrait ;
1818use Config \Database ;
19- use MySQLi ;
2019
2120/**
2221 * @group DatabaseLive
@@ -27,19 +26,8 @@ final class ConnectTest extends CIUnitTestCase
2726{
2827 use DatabaseTestTrait;
2928
30- /**
31- * @var mixed|class-string<MySQLi>[]
32- */
3329 private $ group1 ;
34-
35- /**
36- * @var mixed|string[]
37- */
3830 private $ group2 ;
39-
40- /**
41- * @var mixed|string[]
42- */
4331 private $ tests ;
4432
4533 protected function setUp (): void
You can’t perform that action at this time.
0 commit comments