2017 © Pedro Peláez
 

magento2-component magento2-exercises

Test configuration files for magento2-dockerized setup and the Test Driven Magento exercises

image

tddwizard/magento2-exercises

Test configuration files for magento2-dockerized setup and the Test Driven Magento exercises

  • Wednesday, October 11, 2017
  • by schmengler
  • Repository
  • 1 Watchers
  • 8 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

Test Driven Magento: Exercises

Exercises for the Test Driven Magento course. The exercise descriptions are in the Wiki, (*1)

TDD Katas

To get started with TDD Katas (not Magento), refer to this tutorial: Get Ready for TDD Katas with PHPUnit + PhpStorm , (*2)

Docker Dev Environment

If you use Docker, a Magento 2 dev environment which is suitable for tests, can be created as follows:, (*3)

  1. Install Magento via composer, (*4)

    composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition --ignore-platform-reqs, (*5)

    More info: http://devdocs.magento.com/guides/v2.2/install-gde/prereq/integrator_install_ce.html, (*6)

  2. 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)

  3. 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)

The Versions

11/10 2017

dev-master

9999999-dev https://github.com/tddwizard/magento2-exercises

Test configuration files for magento2-dockerized setup and the Test Driven Magento exercises

  Sources   Download

Apache-2.0

The Requires