Skip to content

Commit

Permalink
Test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Erik Jepsen committed Aug 23, 2017
1 parent f8a8c85 commit 556f45e
Show file tree
Hide file tree
Showing 4 changed files with 466 additions and 260 deletions.
2 changes: 1 addition & 1 deletion tests/RoboFile.ini.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmsPath = joomla-cms3

; If you want to clone a different branch, you can set it here
;branch = staging
branch = 3.7.0
branch = 3.7.5

; (Linux / Mac only) If you want to set a different owner for the CMS root folder, you can set it here.
; localUser = www-data
4 changes: 2 additions & 2 deletions tests/acceptance/install/01-InstallJoomlaCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function disableTemplateFloatingToolbars(AcceptanceTester $I)
$I->selectOptionInChosen('Status Module Position', 'Top');
$I->selectOptionInRadioField('Pinned Toolbar', 'No');
$I->click('Save & Close');
$I->waitForText('Style successfully saved.', 60, ['id' => 'system-message-container']);
$I->see('Style successfully saved.', ['id' => 'system-message-container']);
$I->waitForText('Style saved.', 60, ['id' => 'system-message-container']);
$I->see('Style saved.', ['id' => 'system-message-container']);
}
}
7 changes: 5 additions & 2 deletions tests/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
"description": "The Open Source PHP Framework for creating complex Joomla extensions",
"license" : "GPL-2.0+",
"require" : {
"php": ">=5.3.10"
"php": ">=5.6"
},
"platform": {
"php" : "5.6"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*",
"phpmd/phpmd": "*",
"codeception/codeception": "~2.2",
"phing/phing": "2.9.*@dev",
"joomla-projects/joomla-browser": "v3.6.5.1",
"joomla-projects/joomla-browser": "v3.7.4",
"codegyre/robo": "~0.6",
"consolidation/robo": "~1.0.6",
"redcomponent/robo": "~1.0.2",
Expand Down
Loading

0 comments on commit 556f45e

Please sign in to comment.