CSY2028-assignment-2/phpunit.xml

8 lines
172 B
XML
Raw Normal View History

2023-02-05 23:04:45 +00:00
<?xml version="1.0"?>
<phpunit>
<testsuites>
<testsuite name="tests">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>