tests: updates snapshots

This commit is contained in:
Nuno Maduro
2023-06-17 19:39:44 +01:00
parent 3e03a87e02
commit cbd8cae83e
4 changed files with 21 additions and 15 deletions

View File

@ -5,16 +5,16 @@ 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.',
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)