chore: fixes snapshots

This commit is contained in:
Nuno Maduro
2024-09-02 18:30:12 +01:00
parent 5ae5ac9a54
commit bb8677549a
7 changed files with 23 additions and 23 deletions

View File

@ -12,7 +12,7 @@ test('visual snapshot of test suite on success', function () {
$process = (new Symfony\Component\Process\Process(
['php', 'bin/pest'],
dirname($testsPath),
['EXCLUDE' => 'integration', 'REBUILD_SNAPSHOTS' => false, 'PARATEST' => 0, 'COLLISION_PRINTER' => 'DefaultPrinter', 'COLLISION_IGNORE_DURATION' => 'true'],
['EXCLUDE' => 'integration', '--exclude-group' => 'integration', 'REBUILD_SNAPSHOTS' => false, 'PARATEST' => 0, 'COLLISION_PRINTER' => 'DefaultPrinter', 'COLLISION_IGNORE_DURATION' => 'true'],
));
$process->run();