- String Calculator http://osherove.com/tdd-kata-1/
- String Calculator With Interactions http://osherove.com/tdd-kata-2/
- Bowling Game Kata http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata
- ThePrimeFactorsKata http://butunclebob.com/ArticleS.UncleBob.ThePrimeFactorsKata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| ----------------------------------------------------- | |
| Enforce the Laravel Code Style using PHP CS Fixer 3.x | |
| ----------------------------------------------------- | |
| Credits go to Laravel Shift & Andreas Elia. | |
| https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200 | |