Skip to content

Commit 602baf4

Browse files
committed
Fix wrong namespace of tests
1 parent 85b2689 commit 602baf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Rules/Superglobals/SuperglobalAccessRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* the LICENSE file that was distributed with this source code.
1212
*/
1313

14-
namespace CodeIgniter\PHPStan\Tests\Superglobals;
14+
namespace CodeIgniter\PHPStan\Tests\Rules\Superglobals;
1515

1616
use CodeIgniter\PHPStan\Rules\Superglobals\SuperglobalAccessRule;
1717
use CodeIgniter\PHPStan\Rules\Superglobals\SuperglobalRuleHelper;

tests/Rules/Superglobals/SuperglobalAssignRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* the LICENSE file that was distributed with this source code.
1212
*/
1313

14-
namespace CodeIgniter\PHPStan\Tests\Superglobals;
14+
namespace CodeIgniter\PHPStan\Tests\Rules\Superglobals;
1515

1616
use CodeIgniter\PHPStan\Rules\Superglobals\SuperglobalAssignRule;
1717
use CodeIgniter\PHPStan\Rules\Superglobals\SuperglobalRuleHelper;

0 commit comments

Comments
 (0)