Mercurial > hg > isophonics-drupal-site
view vendor/phpunit/php-timer/phpunit.xml @ 7:848c88cfe644
More layout
| author | Chris Cannam |
|---|---|
| date | Fri, 05 Jan 2018 13:59:44 +0000 |
| parents | 4c8ae668cc8c |
| children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.0/phpunit.xsd" bootstrap="vendor/autoload.php" forceCoversAnnotation="true" beStrictAboutCoversAnnotation="true" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" verbose="true"> <testsuite> <directory suffix="Test.php">tests</directory> </testsuite> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>
