1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

LandingZero theme removed from core and moved to its own repo: https://github.com/e107inc/landingzero

This commit is contained in:
Cameron
2020-04-13 16:43:25 -07:00
parent 1d4bc0e95a
commit 4424c9906b
45 changed files with 7 additions and 5230 deletions

View File

@@ -47,7 +47,7 @@ class InstallCest
}
public function installLandingZero(AcceptanceTester $I)
/* public function installLandingZero(AcceptanceTester $I)
{
$I->wantTo("Install e107 with landingzero");
$this->installe107($I, array('sitetheme'=>'landingzero'));
@@ -55,7 +55,7 @@ class InstallCest
$this->testNoUpdatesRequired($I);
$this->checkTinyMceIsInstalled($I);
}
}*/
private function installe107(AcceptanceTester $I, $params = array())
{