php exercises
1.0.0
一些基本和高级的PHP练习和面试问题。
它使用的是TDD方法,因此请确保在每个练习目录中检查test.php文件,以找出需要完成的操作。将您的解决方案写为index.php文件,在练习目录内,并使用phpunit运行测试。
phpunit:https://phpunit.de/manual/current/en/installation.html
[~] $ git clone https://github.com/danrevah/php-exercises.git
[~] $ cd php-exercises
[php-exercises] $ cd once
[once] $ touch index.php
[once] $ phpunit test.php