Fix bug in style changes for the Use cases on the live site.
[yaffs-website] / vendor / webmozart / path-util / phpunit.xml.dist
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <phpunit bootstrap="vendor/autoload.php" colors="true">
4     <testsuites>
5         <testsuite name="Path-Util Test Suite">
6             <directory suffix="Test.php">./tests/</directory>
7         </testsuite>
8     </testsuites>
9
10     <!-- Whitelist for code coverage -->
11     <filter>
12         <whitelist>
13             <directory suffix=".php">./src/</directory>
14         </whitelist>
15     </filter>
16 </phpunit>