Skip to content

Commit fe851c5

Browse files
committed
Apply fixes from StyleCI
1 parent 3bd1df9 commit fe851c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/realtime-compiler/tests/RealtimeCompilerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ public function testHandlesRoutesIndexPage()
4949
$this->assertEquals(200, $response->statusCode);
5050
$this->assertEquals('OK', $response->statusMessage);
5151
$this->assertStringContainsString('<title>Welcome to HydePHP!</title>', $response->body);
52-
53-
5452
}
5553

5654
public function testHandlesRoutesCustomPages()
@@ -72,7 +70,6 @@ public function testHandlesRoutesCustomPages()
7270

7371
public function testHandlesRoutesPagesWithHtmlExtension()
7472
{
75-
7673
Filesystem::put('_pages/foo.md', '# Hello World!');
7774

7875
$kernel = new HttpKernel();

0 commit comments

Comments
 (0)