Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c87580 commit 87a1214Copy full SHA for 87a1214
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