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:
@@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user