0e7e570281d0905b6d0953093b3dfc466ae2bb81
[yaffs-website] / web / modules / contrib / permissions_by_term / phpunit.xml
1 <phpunit bootstrap="./../../core/tests/bootstrap.php" colors="true"
2          beStrictAboutTestsThatDoNotTestAnything="true"
3          beStrictAboutOutputDuringTests="true"
4          beStrictAboutChangesToGlobalState="true"
5          printerClass="\Drupal\Tests\Listeners\HtmlOutputPrinter">
6
7   <env name="PHP_IDE_CONFIG" value="PHPSTORM"/>
8
9   <testsuites>
10     <testsuite name="Unit Test Suite">
11       <directory>./tests/src/Unit</directory>
12     </testsuite>
13   </testsuites>
14
15
16 </phpunit>