Commit b5cf099
committed
fix: run router test with runTestsInSeparateProcesses
The router uses include_once to load route definitions from the apps.
First include_once for apps/files/appinfo/routes.php returns the expected array.
Second include_once returns true, because the file was already included.
To workaround the tests must run in a separate process.
Signed-off-by: Daniel Kesselberg <[email protected]>1 parent 82f9c66 commit b5cf099
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments