chore: style

This commit is contained in:
nuno maduro
2026-07-19 00:42:29 +01:00
parent f8c4c061f8
commit cd0e921158
14 changed files with 28 additions and 0 deletions
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
test('enum is backed by int')
->expect('Tests\Fixtures\Arch\ToBeIntBackedEnum\HasIntBacking')
->toBeIntBackedEnum();
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
test('enum is backed by string')
->expect('Tests\Fixtures\Arch\ToBeStringBackedEnum\HasStringBacking')
->toBeStringBackedEnum();
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
use Pest\Arch\Exceptions\ArchExpectationFailedException;
use Tests\Fixtures\Arch\ToHaveAttribute\Attributes\AsAttribute;
+2
View File
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
use PHPUnit\Framework\ExpectationFailedException;
$test_array = [
+2
View File
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
use Pest\Arch\Exceptions\ArchExpectationFailedException;
test('missing prefix')
+2
View File
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
use Pest\Arch\Exceptions\ArchExpectationFailedException;
test('missing suffix')