PHPackages                             tddwizard/magento2-exercises - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. tddwizard/magento2-exercises

ActiveMagento2-component[Testing &amp; Quality](/categories/testing)

tddwizard/magento2-exercises
============================

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

24191PHP

Since Oct 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tddwizard/magento2-exercises)[ Packagist](https://packagist.org/packages/tddwizard/magento2-exercises)[ RSS](/packages/tddwizard-magento2-exercises/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Test Driven Magento: Exercises
==============================

[](#test-driven-magento-exercises)

Exercises for the Test Driven Magento course. The exercise descriptions are in the [Wiki](https://github.com/tddwizard/magento2-exercises/wiki)

TDD Katas
---------

[](#tdd-katas)

To get started with TDD Katas (not Magento), refer to this tutorial: [Get Ready for TDD Katas with PHPUnit + PhpStorm ](https://www.schmengler-se.de/en/2017/01/get-ready-for-tdd-katas-with-phpunit-phpstorm/)

Docker Dev Environment
----------------------

[](#docker-dev-environment)

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

1. Install Magento via composer

    ```
    composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition  --ignore-platform-reqs

    ```

    More info: [http://devdocs.magento.com/guides/v2.2/install-gde/prereq/integrator\_install\_ce.html](http://devdocs.magento.com/guides/v2.2/install-gde/prereq/integrator_install_ce.html)
2. Install the dockerize-magento2 component

    ```
    composer require --ignore-platform-reqs tddwizard/magento2-dockerized:@dev

    ```

    More info:
3. Install the test configuration for the exercises:

    ```
    composer require tddwizard/magento2-exercises:@dev

    ```

    Or download and copy the files from `dev` in this repository manually into `dev` of your Magento installation

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/be7ce3a8a91df7dcf5f545b805865f65cab4b96daedfd3bc20a3b792d2450467?d=identicon)[schmengler](/maintainers/schmengler)

---

Top Contributors

[![schmengler](https://avatars.githubusercontent.com/u/367320?v=4)](https://github.com/schmengler "schmengler (7 commits)")

### Embed Badge

![Health badge](/badges/tddwizard-magento2-exercises/health.svg)

```
[![Health](https://phpackages.com/badges/tddwizard-magento2-exercises/health.svg)](https://phpackages.com/packages/tddwizard-magento2-exercises)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
