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 87a7185 + d1d1360 commit 875ed29Copy full SHA for 875ed29
1 file changed
Tests/Iterator/RecursiveDirectoryIteratorTest.php
@@ -70,7 +70,7 @@ public function testSeekOnFtp()
70
71
public function testTrailingDirectorySeparatorIsStripped()
72
{
73
- $fixturesDirectory = __DIR__ . '/../Fixtures/';
+ $fixturesDirectory = __DIR__.'/../Fixtures/';
74
$actual = [];
75
76
foreach (new RecursiveDirectoryIterator($fixturesDirectory, RecursiveDirectoryIterator::SKIP_DOTS) as $file) {
0 commit comments