We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ea479 commit ee65749Copy full SHA for ee65749
tests/lib/Route/RouterTest.php
@@ -59,10 +59,18 @@ function (string $message, array $data) {
59
);
60
}
61
62
+ /**
63
+ * @runInSeparateProcess
64
+ * @preserveGlobalState disabled
65
+ */
66
public function testHeartbeat(): void {
67
$this->assertEquals('/index.php/heartbeat', $this->router->generate('heartbeat'));
68
69
70
71
72
73
74
public function testGenerateConsecutively(): void {
75
76
$this->assertEquals('/index.php/apps/files/', $this->router->generate('files.view.index'));
0 commit comments