Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robiningelbrecht committed Apr 26, 2023
1 parent a108c0a commit f9d5a95
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
)


at tests/ExampleTests/TestThatHasAllStatusesTest.php:33
29▕ }
30▕
at tests/ExampleTests/TestThatHasAllStatusesTest.php:35
31▕ public function testFailWithDiff(): void
32▕ {
33▕ $this->assertEquals(
33▕ $this->assertEquals(
34▕ ['one', 'two'],
35▕ ['two', 'one']
35▕ ['two', 'one']
36▕ );
37▕ }
38▕
39▕ public function testError(): void

1 tests/ExampleTests/TestThatHasAllStatusesTest.php:33
1 tests/ExampleTests/TestThatHasAllStatusesTest.php:35

───────────────────
FAILED Tests\ExampleTests\TestThatHasAllStatusesTest > error Exception
Expand Down
12 changes: 6 additions & 6 deletions tests/__snapshots__/OutputTest__testPrintCompactMode__1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
)


at tests/ExampleTests/TestThatHasAllStatusesTest.php:33
29▕ }
30▕
at tests/ExampleTests/TestThatHasAllStatusesTest.php:35
31▕ public function testFailWithDiff(): void
32▕ {
33▕ $this->assertEquals(
33▕ $this->assertEquals(
34▕ ['one', 'two'],
35▕ ['two', 'one']
35▕ ['two', 'one']
36▕ );
37▕ }
38▕
39▕ public function testError(): void

1 tests/ExampleTests/TestThatHasAllStatusesTest.php:33
1 tests/ExampleTests/TestThatHasAllStatusesTest.php:35

───────────────────
FAILED Tests\ExampleTests\TestThatHasAllStatusesTest > error Exception
Expand Down
12 changes: 6 additions & 6 deletions tests/__snapshots__/OutputTest__testPrintWithoutConfig__1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
)


at tests/ExampleTests/TestThatHasAllStatusesTest.php:33
29▕ }
30▕
at tests/ExampleTests/TestThatHasAllStatusesTest.php:35
31▕ public function testFailWithDiff(): void
32▕ {
33▕ $this->assertEquals(
33▕ $this->assertEquals(
34▕ ['one', 'two'],
35▕ ['two', 'one']
35▕ ['two', 'one']
36▕ );
37▕ }
38▕
39▕ public function testError(): void

1 tests/ExampleTests/TestThatHasAllStatusesTest.php:33
1 tests/ExampleTests/TestThatHasAllStatusesTest.php:35

───────────────────
FAILED Tests\ExampleTests\TestThatHasAllStatusesTest > error Exception
Expand Down

0 comments on commit f9d5a95

Please sign in to comment.