ArmCM / katas

TDD katas with phpunit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP

Run tests

  • Run all tests
vendor/bin/phpunit tests
  • Run specific Class Test
 vendor/bin/phpunit tests/NameExampleTest.php
  • Run specific Test
 vendor/bin/phpunit tests/NameExampleTest.php --filter name_of_test

Debug

Writte eval(\Psy\sh()); in the section of code that you want debug and run the tests to initialize the REPL console


Python

Run tests

WIP


Elixir

Run tests

WIP

About

TDD katas with phpunit


Languages

Language:PHP 100.0%