Fix bug in style changes for the Use cases on the live site.
[yaffs-website] / phpunit.xml.dist
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
5          backupGlobals="false"
6          colors="true"
7          bootstrap="vendor/autoload.php"
8          verbose="true"
9         >
10     <testsuites>
11         <testsuite name="drupal-composer-project tests">
12             <directory>./test/</directory>
13         </testsuite>
14     </testsuites>
15 </phpunit>