diff --git a/e107_tests/tests/acceptance/0000_InstallCest.php b/e107_tests/tests/acceptance/0000_InstallCest.php index f041a3b20..7c6c6f882 100644 --- a/e107_tests/tests/acceptance/0000_InstallCest.php +++ b/e107_tests/tests/acceptance/0000_InstallCest.php @@ -46,7 +46,7 @@ class InstallCest $I->see("Blue"); } - +/* public function installVoux(AcceptanceTester $I) { $I->wantTo("Install e107 with Voux theme and db starting with digits"); @@ -55,7 +55,7 @@ class InstallCest $this->testNoUpdatesRequired($I); $this->checkTinyMceIsInstalled($I); - } + }*/ private function installe107(AcceptanceTester $I, $params = array()) {