Commit 5c383b24 authored by Rob's avatar Rob

Typo in fn name

parent 82f7e13d
...@@ -45,7 +45,7 @@ class LazyRequestMatcherTest extends \PHPUnit_Framework_TestCase ...@@ -45,7 +45,7 @@ class LazyRequestMatcherTest extends \PHPUnit_Framework_TestCase
* @expectedException LogicException * @expectedException LogicException
* @expectedExceptionMessage Factory supplied to LazyRequestMatcher must return implementation of Symfony\Component\Routing\RequestMatcherInterface. * @expectedExceptionMessage Factory supplied to LazyRequestMatcher must return implementation of Symfony\Component\Routing\RequestMatcherInterface.
*/ */
public function testThatCanInjectResquestMatcherOnly() public function testThatCanInjectRequestMatcherOnly()
{ {
$matcher = new LazyRequestMatcher(function () { $matcher = new LazyRequestMatcher(function () {
return 'someMatcher'; return 'someMatcher';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment