<?php $wrappedConnection = $this->connection->getWrappedConnection();
assert($wrappedConnection instanceof ServerInfoAwareConnection);
if (version_compare($wrappedConnection->getServerVersion(), '8', '>=')) {
self::markTestIncomplete('PHP currently does not completely support MySQL 8');
}
}