Skip to content

Commit 6d6512f

Browse files
committed
test: update assertion
1 parent 90481ba commit 6d6512f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Commands/Utilities/NamespacesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public function testNamespacesCommandCodeIgniterOnly(): void
5656
| Namespace | Path | Found? |
5757
+---------------+-------------------------+--------+
5858
| CodeIgniter | ROOTPATH/system | Yes |
59-
| App | ROOTPATH/app | Yes |
6059
| Config | APPPATH/Config | Yes |
60+
| App | ROOTPATH/app | Yes |
6161
| Tests\Support | ROOTPATH/tests/_support | Yes |
6262
+---------------+-------------------------+--------+
6363
EOL;

0 commit comments

Comments
 (0)