Skip to content

Commit f9b3f7c

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

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

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

116-
if(!$this->sqlVersionProvider->isMysqlGte8029()){
117-
return DataProviderFromFile::FALLBACK_VALUE;
118-
}
119-
120116
return $this->dbKey;
121117
}
122118

0 commit comments

Comments
 (0)