File tree 3 files changed +2
-170
lines changed
src/Symfony/Component/Filesystem/Tests
3 files changed +2
-170
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -279,11 +279,7 @@ install:
279
279
280
280
[[ ! $X ]] || (exit 1)
281
281
elif [[ $deps = low ]]; then
282
- [[ -e ~/php-ext/composer-lowest.lock.tar ]] && tar -xf ~/php-ext/composer-lowest.lock.tar
283
- tar -cf ~/php-ext/composer-lowest.lock.tar --files-from /dev/null
284
- php .github/rm-invalid-lowest-lock-files.php $COMPONENTS
285
- echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && ([ -e composer.lock ] && ${COMPOSER_UP/update/install} || $COMPOSER_UP --prefer-lowest --prefer-stable) && $PHPUNIT_X'"
286
- echo "$COMPONENTS" | xargs -n1 -I{} tar --append -f ~/php-ext/composer-lowest.lock.tar {}/composer.lock
282
+ echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'"
287
283
else
288
284
if [[ $PHP = 8.0* ]]; then
289
285
# add return types before running the test suite
Original file line number Diff line number Diff line change @@ -1762,7 +1762,7 @@ public function testCopyShouldKeepExecutionPermission()
1762
1762
}
1763
1763
1764
1764
/**
1765
- * Normalize the given path (transform each blackslash into a real directory separator).
1765
+ * Normalize the given path (transform each forward slash into a real directory separator).
1766
1766
*/
1767
1767
private function normalize (string $ path ): string
1768
1768
{
You can’t perform that action at this time.
0 commit comments