summaryrefslogtreecommitdiff
path: root/tests/app/Http/RequestHandlers/CreateRepositoryActionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Http/RequestHandlers/CreateRepositoryActionTest.php')
-rw-r--r--tests/app/Http/RequestHandlers/CreateRepositoryActionTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/app/Http/RequestHandlers/CreateRepositoryActionTest.php b/tests/app/Http/RequestHandlers/CreateRepositoryActionTest.php
index b30794ae54..9c3d69474b 100644
--- a/tests/app/Http/RequestHandlers/CreateRepositoryActionTest.php
+++ b/tests/app/Http/RequestHandlers/CreateRepositoryActionTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Http\RequestHandlers;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(CreateRepositoryAction::class)]
class CreateRepositoryActionTest extends TestCase
{