Skip to content

Commit 29e6552

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: fixed CS
2 parents 5fdca77 + 170870d commit 29e6552

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
@@ -526,8 +526,7 @@ public function testRegexSpecialCharsLocationWithPathRestrictionContainingStartF
526526
$finder->in(__DIR__.DIRECTORY_SEPARATOR.'Fixtures'.DIRECTORY_SEPARATOR.'r+e.gex[c]a(r)s')
527527
->path('/^dir/');
528528

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',);
529+
$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');
531530
$this->assertIterator($this->toAbsoluteFixtures($expected), $finder);
532531
}
533532

0 commit comments

Comments
 (0)