Add PHP version of kata

This commit is contained in:
Sam Cranford
2020-02-09 12:10:16 +01:00
parent 6fe474d4ac
commit de37fb26a8
11 changed files with 1886 additions and 0 deletions

9
php/README.md Normal file
View File

@@ -0,0 +1,9 @@
Theatrical Players Refactoring Kata - PHP version
========================================================
See the [top level readme](https://github.com/emilybache/Theatrical-Players-Refactoring-Kata) for general information about this exercise.
This project uses [PHPUnit](https://github.com/sebastianbergmann/phpunit) and [approvaltests](https://github.com/approvals/ApprovalTests.php).
Run ```composer install``` then ```./vendor/phpunit tests/StatementPrinterTest.php``` to run the tests