Skip to content

Commit 8ac73b8

Browse files
committed
minor #17467 fixed CS (fabpot)
This PR was merged into the 2.3 branch. Discussion ---------- fixed CS | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 4bb02b8 fixed CS
2 parents b3c3f23 + 4bb02b8 commit 8ac73b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/FinderTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,7 @@ public function testRegexSpecialCharsLocationWithPathRestrictionContainingStartF
517517
$finder->in(__DIR__.DIRECTORY_SEPARATOR.'Fixtures'.DIRECTORY_SEPARATOR.'r+e.gex[c]a(r)s')
518518
->path('/^dir/');
519519

520-
$expected = array('r+e.gex[c]a(r)s'.DIRECTORY_SEPARATOR.'dir',
521-
'r+e.gex[c]a(r)s'.DIRECTORY_SEPARATOR.'dir'.DIRECTORY_SEPARATOR.'bar.dat',);
520+
$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');
522521
$this->assertIterator($this->toAbsoluteFixtures($expected), $finder);
523522
}
524523

0 commit comments

Comments
 (0)