8000 revert test changes · symfony/symfony@5ea44be · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ea44be

Browse files
committed
revert test changes
1 parent a526301 commit 5ea44be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageStorageTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ public function testSaveThrowsWhenFailing()
6262
$storage->save($entry, 'any content');
6363
} finally {
6464
if ('\\' === \DIRECTORY_SEPARATOR) {
65-
foreach (glob($vendorDir.'/module_specifier/*') as $file) {
66-
$this->filesystem->chmod($file, 0777);
67-
}
65+
$this->filesystem->chmod($vendorDir.'/module_specifier/module_specifier.index.js', 0777);
6866
} else {
6967
$this->filesystem->chmod($vendorDir.'/module_specifier/', 0777);
7068
}

0 commit comments

Comments
 (0)
0