Files
pest/tests/Fixtures/UnexpectedOutput.php
2023-06-15 14:06:54 +02:00

8 lines
152 B
PHP

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