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

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix #12315
* change test method name to a better name
  • Loading branch information
Alexander Miehe committed Jun 28, 2017
commit 1907d8b3707b0bb0830c49b21e3a18473527b6cf
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function testExpressionLanguageUsage()
$this->assertTrue($used, 'Failed asserting that custom ExpressionLanguage instance is used.');
}

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

Expand Down