Files
pest/tests/Fixtures/UnexpectedOutput.php
T
2026-07-18 01:10:01 +01:00

10 lines
184 B
PHP

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