exercism / php-test-runner

GNU Affero General Public License v3.0
0 stars 6 forks source link

add support for table tests #94

Closed neenjaw closed 9 months ago

neenjaw commented 9 months ago

Adds support for phpunit table tests as this was lacking in the current implementation. Previously even if passing, it "couldn't find" the passing test cases which caused an issue with the test runner format.

Asking for a review to sanity check the changes, and also if there have been any other advancements in the test runners which I could add to this work.