Skip to content

Commit 518c850

Browse files
authored
fixup teardown
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 7b48ee0 commit 518c850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/Repair/RepairCollationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ protected function setUp(): void {
4949
$this->connection = Server::get(ConnectionAdapter::class);
5050
if ($this->connection->getDatabaseProvider() !== IDBConnection::PLATFORM_MYSQL) {
5151
$this->markTestSkipped('Test only relevant on MySql');
52+
return;
5253
}
5354

5455
$this->logger = $this->createMock(LoggerInterface::class);

0 commit comments

Comments
 (0)