Skip to content

Commit 912b4d2

Browse files
committed
Apply fixes from StyleCI
1 parent f35050c commit 912b4d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/framework/tests/Unit/Foundation/HyperlinksUrlPathHelpersTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ public function testQualifiedUrlHelperWithAlreadyQualifiedUrlStillFormatsPathWit
155155
$this->assertSame('http://localhost/foo/bar', $this->class->url('http://localhost/foo/bar/'));
156156
}
157157

158-
159158
public function testQualifiedUrlThrowsExceptionWhenNoSiteUrlIsSet()
160159
{
161160
$this->withSiteUrl(null);

0 commit comments

Comments
 (0)