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 5fdca77 + 170870d commit 29e6552Copy full SHA for 29e6552
Tests/FinderTest.php
@@ -526,8 +526,7 @@ public function testRegexSpecialCharsLocationWithPathRestrictionContainingStartF
526
$finder->in(__DIR__.DIRECTORY_SEPARATOR.'Fixtures'.DIRECTORY_SEPARATOR.'r+e.gex[c]a(r)s')
527
->path('/^dir/');
528
529
- $expected = array('r+e.gex[c]a(r)s'.DIRECTORY_SEPARATOR.'dir',
530
- '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');
531
$this->assertIterator($this->toAbsoluteFixtures($expected), $finder);
532
}
533
0 commit comments