diff --git a/tests/__snapshots__/OutputTest__testPrintCompactModeAtRunTime__1.txt b/tests/__snapshots__/OutputTest__testPrintCompactModeAtRunTime__1.txt index 6be5a42..4b22c45 100644 --- a/tests/__snapshots__/OutputTest__testPrintCompactModeAtRunTime__1.txt +++ b/tests/__snapshots__/OutputTest__testPrintCompactModeAtRunTime__1.txt @@ -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 diff --git a/tests/__snapshots__/OutputTest__testPrintCompactMode__1.txt b/tests/__snapshots__/OutputTest__testPrintCompactMode__1.txt index 6be5a42..4b22c45 100644 --- a/tests/__snapshots__/OutputTest__testPrintCompactMode__1.txt +++ b/tests/__snapshots__/OutputTest__testPrintCompactMode__1.txt @@ -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 diff --git a/tests/__snapshots__/OutputTest__testPrintWithoutConfig__1.txt b/tests/__snapshots__/OutputTest__testPrintWithoutConfig__1.txt index c24229e..d9fd06d 100644 --- a/tests/__snapshots__/OutputTest__testPrintWithoutConfig__1.txt +++ b/tests/__snapshots__/OutputTest__testPrintWithoutConfig__1.txt @@ -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