8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53016a5 commit 1907d8bCopy full SHA for 1907d8b
src/Symfony/Component/Validator/Tests/Constraints/ExpressionValidatorTest.php
@@ -236,7 +236,7 @@ public function testExpressionLanguageUsage()
236
$this->assertTrue($used, 'Failed asserting that custom ExpressionLanguage instance is used.');
237
}
238
239
- public function testExpressionLanguageUsageWithCustomDataPath()
+ public function testExpressionWithCustomDataPath()
240
{
241
$constraint = new Expression(array('expression' => 'value <= this["dateEnd"]', 'dataPath' => 'root[data]'));
242
0 commit comments