Paragonik/paragonik-backend/vendor/jakub-onderka/php-console-highlighter/phpunit.xml

16 lines
392 B
XML
Raw Normal View History

2019-12-08 20:39:40 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite>
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
<!-- Ignore vendor folder for code coverage -->
<filter>
<blacklist>
<directory>vendor</directory>
</blacklist>
</filter>
</phpunit>