Commit 041d7955 authored by Fabien Potencier's avatar Fabien Potencier

minor #1067 Typo in fn name (alcohol)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Typo in fn name

Commits
-------

5c383b24 Typo in fn name
parents 3e3e881e 5c383b24
...@@ -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