]> BookStack Code Mirror - system-cli/blob - phpunit.xml
Supressed warnings for existing folders in tests
[system-cli] / phpunit.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" cacheDirectory=".phpunit.cache">
3   <testsuites>
4     <testsuite name="Tests">
5       <directory suffix="Test.php">./tests</directory>
6     </testsuite>
7   </testsuites>
8   <php>
9     <env name="APP_ENV" value="testing"/>
10   </php>
11   <source>
12     <include>
13       <directory suffix=".php">./src</directory>
14     </include>
15   </source>
16 </phpunit>