mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
tests: unexpected output
This commit is contained in:
7
tests/Fixtures/UnexpectedOutput.php
Normal file
7
tests/Fixtures/UnexpectedOutput.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
test('output', function () {
|
||||
echo 'this is unexpected output';
|
||||
|
||||
expect(true)->toBeTrue();
|
||||
})->skip(! isset($_SERVER['COLLISION_TEST']));
|
||||
Reference in New Issue
Block a user