Remove testGetInnodbPluginVersion from InnodbTest
Removed test for getInnodbPluginVersion method. Signed-off-by: Guido Selva guido.selva@gmail.com
This commit is contained in:
parent
0bbe314061
commit
d20243eac9
@ -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
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user