Testing on the PHP track

Learn how to test your PHP exercises on Exercism


Execute the tests with:

> phpunit file_to_test.php

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

$ phpunit HellowWorldTest.php