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.
2 parents 8e9c628 + e45a02e commit 688fa04Copy full SHA for 688fa04
Tests/FinderTest.php
@@ -521,8 +521,7 @@ public function testRegexSpecialCharsLocationWithPathRestrictionContainingStartF
521
$finder->in(__DIR__.DIRECTORY_SEPARATOR.'Fixtures'.DIRECTORY_SEPARATOR.'r+e.gex[c]a(r)s')
522
->path('/^dir/');
523
524
- $expected = array('r+e.gex[c]a(r)s'.DIRECTORY_SEPARATOR.'dir',
525
- 'r+e.gex[c]a(r)s'.DIRECTORY_SEPARATOR.'dir'.DIRECTORY_SEPARATOR.'bar.dat',);
+ $expected = array('r+e.gex[c]a(r)s'.DIRECTORY_SEPARATOR.'dir', 'r+e.gex[c]a(r)s'.DIRECTORY_SEPARATOR.'dir'.DIRECTORY_SEPARATOR.'bar.dat');
526
$this->assertIterator($this->toAbsoluteFixtures($expected), $finder);
527
}
528
0 commit comments