Testing on the PHP track

Learn how to test your PHP exercises on Exercism


Execute the tests with:

phpunit test_file.php

For example, to run the tests for the Hello World exercise, you would run:

phpunit HelloWorldTest.php