fix: package lock fingerprint

This commit is contained in:
nuno maduro
2026-07-18 01:10:01 +01:00
parent 9e79e491e2
commit 820fa08313
237 changed files with 2409 additions and 2100 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ $run = function (bool $parallel = false): array {
}
$process = new Process($command, dirname(__DIR__, 2),
['COLLISION_PRINTER' => 'DefaultPrinter', 'COLLISION_IGNORE_DURATION' => 'true'],
['COLLISION_PRINTER' => 'DefaultPrinter', 'COLLISION_IGNORE_DURATION' => 'true', 'PAO_DISABLE' => '1'],
);
$process->run();
@@ -27,7 +27,7 @@ $run = function (bool $parallel = false): array {
];
};
test('parallel loads nested datasets from nested directories', function () use ($run) {
test('parallel loads nested datasets from nested directories', function () use ($run): void {
$serial = $run();
$parallel = $run(true);