Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Nov 27, 2024
1 parent f7b9c32 commit b816284
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Driver/Mssql/MigrationBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ public function setUp(): void
parent::setUp();
}

public function tearDown(): void
{
parent::tearDown();
MssqlFactory::clearDatabase($this->container);
}

public function testCreateTableAnotherSchema(): void
{
$db = $this->container->get(ConnectionInterface::class);
Expand Down

0 comments on commit b816284

Please sign in to comment.