Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 23, 2024
1 parent 39fb95c commit ffcb7c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Attributes/RequiresDatabaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public function it_can_validate_matching_database()

$this->addToAssertionCount(1);


$stub = new RequiresDatabase(['pgsql', 'sqlite']);

$stub->handle($this->app, function () {
Expand Down Expand Up @@ -47,7 +46,6 @@ public function it_can_invalidate_unmatched_database()
});
}


#[Test]
public function it_can_invalidate_unmatched_database_version()
{
Expand Down

0 comments on commit ffcb7c9

Please sign in to comment.