Skip to content

Commit

Permalink
Fix typo in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
szepczynski committed Mar 18, 2019
1 parent 958c69d commit 822b836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/DependencyInjection/JMSSerializerExtensionTest.php
Expand Up @@ -439,7 +439,7 @@ public function testExpressionLanguageNotLoaded()

/**
* @expectedException \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
* @expectedExceptionMessage Invalid configuration for path "jms_serializer.expression_evaluator.id": You need at least symfony/expression language v2.6 or v3.0 to use the expression evaluator features
* @expectedExceptionMessage Invalid configuration for path "jms_serializer.expression_evaluator.id": You need at least symfony/expression-language v2.6 or v3.0 to use the expression evaluator features
*/
public function testExpressionInvalidEvaluator()
{
Expand Down

0 comments on commit 822b836

Please sign in to comment.