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:
20
tests/.snapshots/unexpected-output.txt
Normal file
20
tests/.snapshots/unexpected-output.txt
Normal file
@ -0,0 +1,20 @@
|
||||
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:86
|
||||
82▕ {
|
||||
83▕ $args = CallsHandleArguments::execute($args);
|
||||
84▕
|
||||
85▕ try {
|
||||
➜ 86▕ $this->application->run($args);
|
||||
87▕ } catch (NoDirtyTestsFound) {
|
||||
88▕ $this->output->writeln([
|
||||
89▕ '',
|
||||
90▕ ' INFO No tests found.',
|
||||
|
||||
|
||||
Tests: 1 risky (1 assertions)
|
||||
Reference in New Issue
Block a user