Skip to content

Commit

Permalink
Fix aura router docs in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Eltink <dev@elt.ink>
  • Loading branch information
geerteltink authored and weierophinney committed Sep 9, 2020
1 parent 65e7088 commit 6328ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MezzioInstallerTest/HomePageResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class HomePageResponseTest extends OptionalPackagesTestCase
private $expectedRouterAttributes = [
AuraRouter::class => [
'routerName' => 'Aura.Router',
'routerDocs' => 'http://auraphp.com/packages/2.x/Router.html',
'routerDocs' => 'http://auraphp.com/packages/3.x/Router/',
],
FastRouteRouter::class => [
'routerName' => 'FastRoute',
Expand Down

0 comments on commit 6328ea0

Please sign in to comment.