diff --git a/e107_tests/tests/unit/db_verifyTest.php b/e107_tests/tests/unit/db_verifyTest.php index e0f5befe4e..3f25689ca8 100644 --- a/e107_tests/tests/unit/db_verifyTest.php +++ b/e107_tests/tests/unit/db_verifyTest.php @@ -1096,7 +1096,11 @@ public function testGetIntendedCharset() public function testRunFix() { $sql = e107::getDb(); - + + if(!e107::isInstalled('rss')) + { + e107::getPlugin()->install('rss_menu'); + } // Prepare table. $sql->gen('ALTER TABLE `#rss` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;'); $sql->gen('SHOW CREATE TABLE `#rss`');