Skip to content

Commit 85f4d6a

Browse files
committed
System directory file order may be different
1 parent 0e40bc1 commit 85f4d6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Config/Tests/Builder/GeneratedConfigTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ private function assertDirectorySame($expected, $current)
198198
}
199199
$currentFiles[substr($file->getPathname(), \strlen($current))] = $file->getPathname();
200200
}
201+
ksort($expectedFiles);
202+
ksort($currentFiles);
201203

202204
$this->assertSame(array_keys($expectedFiles), array_keys($currentFiles));
203205
foreach ($expectedFiles as $fileName => $filePath) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy