/katas

TDD katas with phpunit

Primary LanguagePHP

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