mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Issue #4501 Reinitialize db_verify after plugin installation.
This commit is contained in:
@@ -1113,6 +1113,7 @@ EOF;
|
||||
}
|
||||
|
||||
// Fix table.
|
||||
$this->dbv->init(true);
|
||||
$this->dbv->compare('rss');
|
||||
$this->dbv->compileResults();
|
||||
$this->dbv->runFix();
|
||||
|
@@ -336,7 +336,12 @@
|
||||
public function testRss_menu()
|
||||
{
|
||||
$this->pluginInstall('rss_menu');
|
||||
$installed = e107::isInstalled('rss_menu');
|
||||
self::assertTrue($installed);
|
||||
|
||||
$this->pluginUninstall('rss_menu');
|
||||
$installed = e107::isInstalled('rss_menu');
|
||||
self::assertFalse($installed);
|
||||
}
|
||||
|
||||
public function testSocial()
|
||||
|
Reference in New Issue
Block a user