From ffcb7c93d1a215f5953c7199424b86f54645ef13 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Mon, 23 Sep 2024 17:06:41 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- tests/Attributes/RequiresDatabaseTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Attributes/RequiresDatabaseTest.php b/tests/Attributes/RequiresDatabaseTest.php index 6e18080f..9b60a4d4 100644 --- a/tests/Attributes/RequiresDatabaseTest.php +++ b/tests/Attributes/RequiresDatabaseTest.php @@ -19,7 +19,6 @@ public function it_can_validate_matching_database() $this->addToAssertionCount(1); - $stub = new RequiresDatabase(['pgsql', 'sqlite']); $stub->handle($this->app, function () { @@ -47,7 +46,6 @@ public function it_can_invalidate_unmatched_database() }); } - #[Test] public function it_can_invalidate_unmatched_database_version() {