Fixed tests.

This commit is contained in:
Wilmer Arambula
2024-05-18 17:01:35 -04:00
parent 2d2e141e3e
commit 2ead4f31c6

View File

@@ -774,6 +774,7 @@ abstract class SchemaTest extends DatabaseTestCase
}
if (
$this->driverName === 'mysql' &&
version_compare($this->getConnection(false)->getServerVersion(), '8.0.16', '<') &&
$type === 'checks'
) {
@@ -797,6 +798,7 @@ abstract class SchemaTest extends DatabaseTestCase
}
if (
$this->driverName === 'mysql' &&
version_compare($this->getConnection(false)->getServerVersion(), '8.0.16', '<') &&
$type === 'checks'
) {
@@ -822,6 +824,7 @@ abstract class SchemaTest extends DatabaseTestCase
}
if (
$this->driverName === 'mysql' &&
version_compare($this->getConnection(false)->getServerVersion(), '8.0.16', '<') &&
$type === 'checks'
) {