tests: unexpected output

This commit is contained in:
Nuno Maduro
2023-06-15 14:06:54 +02:00
parent 0e5470b192
commit eb9f31edeb
8 changed files with 104 additions and 5 deletions

View File

@ -0,0 +1,7 @@
<?php
test('output', function () {
echo 'this is unexpected output';
expect(true)->toBeTrue();
})->skip(! isset($_SERVER['COLLISION_TEST']));