8000 Fix #12315 · symfony/symfony@1907d8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1907d8b

Browse files
author
Alexander Miehe
committed
Fix #12315
* change test method name to a better name
1 parent 53016a5 commit 1907d8b

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)
0