phpunit.xml
1 <?xml version="1.0" encoding="UTF-8"?> 2 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="bootstrap.php" colors="false" backupGlobals="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"> 3 <testsuites> 4 <testsuite name="AllTests"> 5 <directory>.</directory> 6 </testsuite> 7 </testsuites> 8 <source> 9 <include> 10 <directory suffix=".php">../src</directory> 11 </include> 12 </source> 13 </phpunit>