We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b48ee0 commit 518c850Copy full SHA for 518c850
tests/lib/Repair/RepairCollationTest.php
@@ -49,6 +49,7 @@ protected function setUp(): void {
49
$this->connection = Server::get(ConnectionAdapter::class);
50
if ($this->connection->getDatabaseProvider() !== IDBConnection::PLATFORM_MYSQL) {
51
$this->markTestSkipped('Test only relevant on MySql');
52
+ return;
53
}
54
55
$this->logger = $this->createMock(LoggerInterface::class);
0 commit comments