Added PHP Exercises (TDD Approach)

Based on the same idea of the kolodny javascript exercises (https://github.com/kolodny/exercises).
using the TDD approach to practice.
This commit is contained in:
Dan Revah 2015-09-01 10:45:53 +03:00
parent aed9a2e86e
commit 32f7c96aac

View File

@ -77,6 +77,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
- [PHP Videos](#php-videos) - [PHP Videos](#php-videos)
- [PHP Reading](#php-reading) - [PHP Reading](#php-reading)
- [PHP Internals Reading](#php-internals-reading) - [PHP Internals Reading](#php-internals-reading)
- [Exercises](#exercises)
- [PHP Exercises](#php-exercises)
- [Contributing](#contributing) - [Contributing](#contributing)
## Dependency Management ## Dependency Management
@ -861,3 +863,6 @@ Various resources, such as books, websites and articles, for improving your PHP
*Fantastic PHP-related magazines.* *Fantastic PHP-related magazines.*
* [php[architect]](http://www.phparch.com/magazine/) - A monthly magazine dedicated to PHP. * [php[architect]](http://www.phparch.com/magazine/) - A monthly magazine dedicated to PHP.
## Exercises
* [PHP Exercises](https://github.com/danrevah/php-exercises) - Some php exercises and interview questions to practice in a TDD approach.