dev-master
9999999-dev https://github.com/tddwizard/magento2-exercisesTest configuration files for magento2-dockerized setup and the Test Driven Magento exercises
Apache-2.0
The Requires
Test configuration files for magento2-dockerized setup and the Test Driven Magento exercises
Exercises for the Test Driven Magento course. The exercise descriptions are in the Wiki, (*1)
To get started with TDD Katas (not Magento), refer to this tutorial: Get Ready for TDD Katas with PHPUnit + PhpStorm , (*2)
If you use Docker, a Magento 2 dev environment which is suitable for tests, can be created as follows:, (*3)
Install Magento via composer, (*4)
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition
More info: http://devdocs.magento.com/guides/v2.2/install-gde/prereq/integrator_install_ce.html, (*6)
Install the dockerize-magento2 component, (*7)
composer require --ignore-platform-reqs tddwizard/magento2-dockerized:@dev, (*8)
More info: https://github.com/tddwizard/magento2-dockerized, (*9)
Install the test configuration for the exercises:, (*10)
composer require tddwizard/magento2-exercises:@dev, (*11)
Or download and copy the files from dev
in this repository manually into dev
of your Magento installation, (*12)
Test configuration files for magento2-dockerized setup and the Test Driven Magento exercises
Apache-2.0