1
0
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:
Nick Liu
2020-01-18 19:14:06 +01:00
parent 52116adc89
commit 510d8e231f

View File

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