Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 24, 2023
1 parent 20a9593 commit b3dc050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Browser/DatabaseMigrationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ class DatabaseMigrationsTest extends TestCase
{
protected function setUp(): void
{
$this->beforeApplicationDestroyed(function() {
$this->beforeApplicationDestroyed(function () {
$this->assertFalse(Schema::hasTable('tests'));
});

parent::setUp();
}

/**
* Define database migrations.
*
Expand Down

0 comments on commit b3dc050

Please sign in to comment.