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 3bd1df9 commit fe851c5Copy full SHA for fe851c5
packages/realtime-compiler/tests/RealtimeCompilerTest.php
@@ -49,8 +49,6 @@ public function testHandlesRoutesIndexPage()
49
$this->assertEquals(200, $response->statusCode);
50
$this->assertEquals('OK', $response->statusMessage);
51
$this->assertStringContainsString('<title>Welcome to HydePHP!</title>', $response->body);
52
-
53
54
}
55
56
public function testHandlesRoutesCustomPages()
@@ -72,7 +70,6 @@ public function testHandlesRoutesCustomPages()
72
70
73
71
public function testHandlesRoutesPagesWithHtmlExtension()
74
{
75
76
Filesystem::put('_pages/foo.md', '# Hello World!');
77
78
$kernel = new HttpKernel();
0 commit comments