1
0
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:
camer0n
2023-12-06 13:11:35 -08:00
parent 3d000c8dc3
commit f71661336b

View File

@@ -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`');