Skip to content

Commit

Permalink
Issue #4501 Improve test.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Dec 6, 2023
1 parent 3d000c8 commit f716613
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion e107_tests/tests/unit/db_verifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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`');
Expand Down

0 comments on commit f716613

Please sign in to comment.