Skip to content

Commit 170870d

Browse files
committed
fixed CS
1 parent 2f06f0e commit 170870d

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)