Files
Pod2CPT/phpunit.xml.dist
T
2026-08-24 08:46:51 -05:00

9 lines
240 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Podcast RSS to CPT">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
</phpunit>