Files
php-flasher/phpunit-symfony.xml
T
2021-10-03 21:39:04 +01:00

37 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
verbose="true"
stopOnFailure="true">
<coverage>
<include>
<directory suffix=".php">src/</directory>
</include>
</coverage>
<testsuites>
<testsuite name="flasher prime">
<directory>tests/Prime</directory>
</testsuite>
<testsuite name="flasher">
<directory>tests/Symfony</directory>
</testsuite>
<testsuite name="flasher toastr">
<directory>tests/Toastr/Symfony</directory>
</testsuite>
<testsuite name="flasher notyf">
<directory>tests/Notyf/Symfony</directory>
</testsuite>
<testsuite name="flasher sweet alert">
<directory>tests/SweetAlert/Symfony</directory>
</testsuite>
<testsuite name="flasher pnotify">
<directory>tests/Pnotify/Symfony</directory>
</testsuite>
<testsuite name="flasher noty">
<directory>tests/Noty/Symfony</directory>
</testsuite>
</testsuites>
</phpunit>