Skip to content

Commit 862244f

Browse files
committed
AC-7469:MySQL Support
1 parent cb1901d commit 862244f

File tree

1 file changed

+4
-0
lines changed
  • dev/tests/setup-integration/framework/Magento/TestFramework/TestCase

1 file changed

+4
-0
lines changed

dev/tests/setup-integration/framework/Magento/TestFramework/TestCase/SetupTestCase.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ private function getDbKey(): string
113113
}
114114
}
115115

116+
if(!$this->sqlVersionProvider->isMysqlGte8029()){
117+
return DataProviderFromFile::FALLBACK_VALUE;
118+
}
119+
116120
return $this->dbKey;
117121
}
118122

0 commit comments

Comments
 (0)