Skip to content

Commit 38ac1a4

Browse files
committed
Apply fixes from StyleCI
1 parent b558720 commit 38ac1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Unit/RelativeLinksAcrossPagesRetainsIntegrityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function testRelativeLinksAcrossPagesRetainsIntegrity()
8888
'<a href="../root1.html"',
8989
'<a href="../nested/level1.html"',
9090
'<a href="../nested/level1b.html"',
91-
'aria-current="page"'
91+
'aria-current="page"',
9292
]);
9393

9494
$this->assertSee('docs/index', [

0 commit comments

Comments
 (0)