Files
pest/tests/.snapshots/unexpected-output.txt
2023-06-17 19:39:44 +01:00

20 lines
921 B
Plaintext

this is unexpected output
WARN Tests\Fixtures\UnexpectedOutput
! output → This test printed output: this is unexpected output
────────────────────────────────────────────────────────────────────────────
RISKY Tests\Fixtures\UnexpectedOutput > output
This test printed output: this is unexpected output
at src/Kernel.php:90
86▕ {
87▕ $args = CallsHandleArguments::execute($args);
88▕
89▕ try {
➜ 90▕ $this->application->run($args);
91▕ } catch (NoDirtyTestsFound) {
92▕ $this->output->writeln([
93▕ '',
94▕ ' INFO No tests found.',
Tests: 1 risky (1 assertions)