mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
tests: update snapshots
This commit is contained in:
@ -337,5 +337,4 @@
|
||||
✓ depends with defined arguments
|
||||
✓ depends run test only once
|
||||
|
||||
Tests: 6 skipped, 198 passed
|
||||
Time: 5.46s
|
||||
Tests: 6 skipped, 198 passed
|
||||
@ -23,7 +23,7 @@ test('visual snapshot of test suite on success', function () {
|
||||
array_pop($output);
|
||||
array_pop($output);
|
||||
|
||||
expect(file_get_contents($snapshot))->toContain(implode("\n", $output));
|
||||
expect(implode("\n", $output))->toContain(file_get_contents($snapshot));
|
||||
}
|
||||
})->skip(!getenv('REBUILD_SNAPSHOTS') && getenv('EXCLUDE'))
|
||||
->skip(PHP_OS_FAMILY === 'Windows');
|
||||
|
||||
Reference in New Issue
Block a user