mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Issue #4501 Improve test.
This commit is contained in:
@@ -1096,7 +1096,11 @@ EOF;
|
||||
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`');
|
||||
|
Reference in New Issue
Block a user