mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-21 16:46:22 +00:00
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:
parent
aed9a2e86e
commit
32f7c96aac
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user