Skip to content

Commit

Permalink
fixing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fideloper committed Nov 20, 2014
1 parent 337d8e7 commit eb6817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ProxyServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function test_trusted_proxy_can_be_created_and_configured()

$sp = new Fideloper\Proxy\ProxyServiceProvider(array(
'config' => $config,
'request' => $reqyuest,
'request' => $request,
));

// I'd love to do this, but there are too many dependencies here
Expand Down

0 comments on commit eb6817f

Please sign in to comment.