1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 20:51:53 +02:00

Removed Voux install test.

This commit is contained in:
Cameron 2021-01-13 18:14:09 -08:00
parent 20ae4f75e6
commit 29b2201a78

View File

@ -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())
{