Skip to content

Commit 12a97dc

Browse files
committed
revert ConnectTest mixed union change
1 parent a54f984 commit 12a97dc

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

rector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
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

tests/system/Database/Live/ConnectTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use CodeIgniter\Test\CIUnitTestCase;
1717
use CodeIgniter\Test\DatabaseTestTrait;
1818
use 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

0 commit comments

Comments
 (0)