Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87a1214

Browse files
author
Alexander Miehe
committed
Fix #12315
* change test method name to a better name
1 parent 1c87580 commit 87a1214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Tests/Constraints/ExpressionValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public function testExpressionLanguageUsage()
236236
$this->assertTrue($used, 'Failed asserting that custom ExpressionLanguage instance is used.');
237237
}
238238

239-
public function testExpressionLanguageUsageWithCustomDataPath()
239+
public function testExpressionWithCustomDataPath()
240240
{
241241
$constraint = new Expression(array('expression' => 'value <= this["dateEnd"]', 'dataPath' => 'root[data]'));
242242

0 commit comments

Comments
 (0)