Remove testGetInnodbPluginVersion from InnodbTest

Removed test for getInnodbPluginVersion method.

Signed-off-by: Guido Selva guido.selva@gmail.com
This commit is contained in:
GS 2026-03-31 19:17:20 +02:00 committed by GitHub
parent 0bbe314061
commit d20243eac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -225,14 +225,6 @@ class InnodbTest extends AbstractTestCase
self::assertSame('innodb-storage-engine', $this->object->getMysqlHelpPage());
}
/**
* Test for getInnodbPluginVersion
*/
public function testGetInnodbPluginVersion(): void
{
self::assertSame('1.1.8', $this->object->getInnodbPluginVersion());
}
/**
* Test for supportsFilePerTable
*/