twmbx / tdd-katas-php

Personal practice with TDD and Katas in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Katas in PHP with TDD

PHPUnit, Infection & Psalm Tests

Personal practice with Katas.

Using the opportunity to practice TDD, adhere to standards & flex new muscles with mutation testing and static analysis.

Katas Completed

Tests

Run PHPUnit On Everything (PHPUnit)

./vendor/bin/phpunit

Run Mutation Tests (Infection)

./vendor/bin/infection

Run Static Analysis (Psalm)

./vendor/bin/psalm

About

Personal practice with TDD and Katas in PHP


Languages

Language:PHP 100.0%