mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Fixed indentation in some files
This commit is contained in:
@@ -14,8 +14,6 @@ class InstallCest
|
|||||||
// tests
|
// tests
|
||||||
public function installWelcomePageContainsExpectedContent(AcceptanceTester $I)
|
public function installWelcomePageContainsExpectedContent(AcceptanceTester $I)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
$I->amOnPage('/install.php');
|
$I->amOnPage('/install.php');
|
||||||
$I->see("e107 Installation :: Step 1");
|
$I->see("e107 Installation :: Step 1");
|
||||||
$I->see("Language Selection");
|
$I->see("Language Selection");
|
||||||
|
Reference in New Issue
Block a user