Skip to content

Commit f9d5a95

Browse files
Fix tests
1 parent a108c0a commit f9d5a95

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

tests/__snapshots__/OutputTest__testPrintCompactModeAtRunTime__1.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
)
2929

3030

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

42-
1 tests/ExampleTests/TestThatHasAllStatusesTest.php:33
42+
1 tests/ExampleTests/TestThatHasAllStatusesTest.php:35
4343

4444
───────────────────
4545
FAILED Tests\ExampleTests\TestThatHasAllStatusesTest > error Exception

tests/__snapshots__/OutputTest__testPrintCompactMode__1.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
)
2929

3030

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

42-
1 tests/ExampleTests/TestThatHasAllStatusesTest.php:33
42+
1 tests/ExampleTests/TestThatHasAllStatusesTest.php:35
4343

4444
───────────────────
4545
FAILED Tests\ExampleTests\TestThatHasAllStatusesTest > error Exception

tests/__snapshots__/OutputTest__testPrintWithoutConfig__1.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
)
4040

4141

42-
at tests/ExampleTests/TestThatHasAllStatusesTest.php:33
43-
29▕ }
44-
30▕
42+
at tests/ExampleTests/TestThatHasAllStatusesTest.php:35
4543
31▕ public function testFailWithDiff(): void
4644
32▕ {
47-
33▕ $this->assertEquals(
45+
33▕ $this->assertEquals(
4846
34▕ ['one', 'two'],
49-
35▕ ['two', 'one']
47+
35▕ ['two', 'one']
5048
36▕ );
5149
37▕ }
50+
38▕
51+
39▕ public function testError(): void
5252

53-
1 tests/ExampleTests/TestThatHasAllStatusesTest.php:33
53+
1 tests/ExampleTests/TestThatHasAllStatusesTest.php:35
5454

5555
───────────────────
5656
FAILED Tests\ExampleTests\TestThatHasAllStatusesTest > error Exception

0 commit comments

Comments
 (0)