mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: collision snapshots
This commit is contained in:
@ -19,5 +19,4 @@
|
||||
2 src/Factories/TestCaseMethodFactory.php:100
|
||||
|
||||
|
||||
Tests: 1 failed, 1 passed (1 assertions)
|
||||
Duration: 0.16s
|
||||
Tests: 1 failed, 1 passed (1 assertions)
|
||||
@ -20,3 +20,5 @@
|
||||
1 tests/Fixtures/CollisionTest.php:4
|
||||
2 src/Factories/TestCaseMethodFactory.php:100
|
||||
|
||||
|
||||
Tests: 1 failed, 1 passed (1 assertions)
|
||||
@ -24,7 +24,11 @@ test('collision', function (array $arguments) {
|
||||
array_pop($outputContent);
|
||||
array_pop($outputContent);
|
||||
array_pop($outputContent);
|
||||
array_pop($outputContent);
|
||||
|
||||
if (in_array('--parallel', $arguments)) {
|
||||
array_pop($outputContent);
|
||||
array_pop($outputContent);
|
||||
}
|
||||
|
||||
file_put_contents($snapshot, implode("\n", $outputContent));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user