Skip to content

Commit

Permalink
Merge pull request #356 from hydephp/analysis-KZEdQe
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
caendesilva authored May 15, 2022
2 parents 43aaf1c + c65434d commit 3f01ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/FileHelperPageLinkPrettyUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ public function test_helper_does_not_rewrite_index_when_not_using_pretty_urls()
{
config(['hyde.prettyUrls' => false]);
$this->assertEquals('index.html', Hyde::pageLink('index.html'));
}
}
}

0 comments on commit 3f01ef7

Please sign in to comment.