Skip to content

Commit 6f97e82

Browse files
committed
test: fix incorrect test
The routes should be loaded before tests.
1 parent 0d94606 commit 6f97e82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/Helpers/URLHelper/MiscUrlTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ protected function setUp(): void
3838
parent::setUp();
3939

4040
Services::reset(true);
41+
Services::routes()->loadRoutes();
4142

4243
// Set a common base configuration (overriden by individual tests)
4344
$this->config = new App();

0 commit comments

Comments
 (0)