Skip to content

Commit

Permalink
Fix a message
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemN committed Mar 15, 2017
1 parent 627549a commit 6ecf0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/View/ViewHandlerTest.php
Expand Up @@ -564,7 +564,7 @@ public function exceptionWrapperSerializeResponseContentProvider()

/**
* @expectedException \LogicException
* @expectedExceptionMessage An instance of Symfony\Bundle\FrameworkBundle\Templating\EngineInterface must be in injected in FOS\RestBundle\View\ViewHandler to render templates.
* @expectedExceptionMessage An instance of Symfony\Bundle\FrameworkBundle\Templating\EngineInterface must be injected in FOS\RestBundle\View\ViewHandler to render templates.
*/
public function testTemplatingNotInjected()
{
Expand Down

0 comments on commit 6ecf0e7

Please sign in to comment.