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