mirror of
https://github.com/e107inc/e107.git
synced 2025-07-12 10:36:20 +02:00
Fix flaky e_pluginTest::testBuildAddonPrefList()
Apparently requires the "gallery" plugin to be installed
This commit is contained in:
@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
public function testBuildAddonPrefList()
|
public function testBuildAddonPrefList()
|
||||||
{
|
{
|
||||||
|
e107::getPlugin()->install('gallery');
|
||||||
|
|
||||||
$newUrls = array('gallery'=>0, 'news'=>'news', 'rss_menu'=>0);
|
$newUrls = array('gallery'=>0, 'news'=>'news', 'rss_menu'=>0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user