Skip to content

Commit

Permalink
tests: adjusts output
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jan 10, 2024
1 parent 9bba9f2 commit d263f5f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions tests/Unit/Adapters/PhpunitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,18 +155,18 @@ public function itHasFailure(): void
$this->assertConsoleOutputContainsString(<<<EOF
Failed asserting that true is false.
at tests/LaravelApp/tests/Unit/ExampleTest.php:16
12▕ * @group fail
13 */
14▕ public function testFailExample()
15▕ {
16$code
17▕ }
18$space
19/**
20 * @group todo
1 tests/LaravelApp/tests/Unit/ExampleTest.php:16
at tests/LaravelApp/tests/Unit/ExampleTest.php:15
11▕ {
12#[Group('fail')]
13▕ public function testFailExample()
14▕ {
15$code
16▕ }
17$space
18#[Group('todo')]
19public function testTodoExample()
1 tests/LaravelApp/tests/Unit/ExampleTest.php:15
EOF
, $output);
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/WriterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public function itSupportsCustomEditorContracts(): void
1 tests/FakeProgram/HelloWorldFile5.php:11
Tests\FakeProgram\FakeRenderableOnCollisionEditorException::("Fail custom editor description")
2 tests/Unit/WriterTest.php:259
2 tests/Unit/WriterTest.php:260
Tests\FakeProgram\HelloWorldFile5::say()
Expand Down

0 comments on commit d263f5f

Please sign in to comment.