diff --git a/tests/Arch.php b/tests/Arch.php index f69c58df..44d49004 100644 --- a/tests/Arch.php +++ b/tests/Arch.php @@ -1,5 +1,7 @@ expect(true)->toBeTrue(); test('runs 1', function (): void { diff --git a/tests/Features/BeforeEachProxiesToTestCallWithSkip.php b/tests/Features/BeforeEachProxiesToTestCallWithSkip.php index 34cc61fb..bbeee085 100644 --- a/tests/Features/BeforeEachProxiesToTestCallWithSkip.php +++ b/tests/Features/BeforeEachProxiesToTestCallWithSkip.php @@ -1,5 +1,7 @@ skip(); test('does not run 1', function (): void { diff --git a/tests/Features/Expect/toBeIntBackedEnum.php b/tests/Features/Expect/toBeIntBackedEnum.php index 10ee86c7..d140944b 100644 --- a/tests/Features/Expect/toBeIntBackedEnum.php +++ b/tests/Features/Expect/toBeIntBackedEnum.php @@ -1,5 +1,7 @@ expect('Tests\Fixtures\Arch\ToBeIntBackedEnum\HasIntBacking') ->toBeIntBackedEnum(); diff --git a/tests/Features/Expect/toBeStringBackedEnum.php b/tests/Features/Expect/toBeStringBackedEnum.php index 4451185d..2d9ad041 100644 --- a/tests/Features/Expect/toBeStringBackedEnum.php +++ b/tests/Features/Expect/toBeStringBackedEnum.php @@ -1,5 +1,7 @@ expect('Tests\Fixtures\Arch\ToBeStringBackedEnum\HasStringBacking') ->toBeStringBackedEnum(); diff --git a/tests/Features/Expect/toHaveAttribute.php b/tests/Features/Expect/toHaveAttribute.php index b94a2fc4..31234fe5 100644 --- a/tests/Features/Expect/toHaveAttribute.php +++ b/tests/Features/Expect/toHaveAttribute.php @@ -1,5 +1,7 @@ fail(); })->fails(); diff --git a/tests/Features/Test.php b/tests/Features/Test.php index b0a4aad7..a14ba486 100644 --- a/tests/Features/Test.php +++ b/tests/Features/Test.php @@ -1,5 +1,7 @@ assertArrayHasKey('key', ['key' => 'foo']); }); diff --git a/tests/Unit/Plugins/Tia/ContentHash.php b/tests/Unit/Plugins/Tia/ContentHash.php index f81f3edb..e5af75a8 100644 --- a/tests/Unit/Plugins/Tia/ContentHash.php +++ b/tests/Unit/Plugins/Tia/ContentHash.php @@ -1,5 +1,7 @@