#mage-attack
Build a tool based on behat/mink to "attack" a magento installation aka check for the most common problems
- local.xml and config.xml is not readable
- check for
-
- LICENSE.txt
-
- LICENSE.html
-
- LICENSE_AFL.txt
-
- RELEASE_NOTES.txt
- Install composer
- Install all dependencies:
composer install
- Run behat:
bin/behat
Get something like:
Feature: local.xml is not readable
Scenario: local.xml is not readable # features/bootstrap/not_readable_local_xml.feature:3
Given I am on "/app/etc/local.xml" # FeatureContext::visit()
Then I should get a "403" error # FeatureContext::iShouldGetAError()
1 Szenario (1 bestanden)
2 Schritte (2 bestanden)
0m0.049s