Files
php-flasher/phpunit-laravel.xml
T
KHOUBZA Younes ac6d046c63 Prepare v1.0 release
rename template adapter to flasher, and add title to base notification class

Wip
2022-05-16 08:18:15 +01:00

18 lines
506 B
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"
cacheResult="false"
stopOnFailure="true"
>
<testsuites>
<testsuite name="flasher">
<directory>tests/Prime</directory>
<directory>tests/Laravel</directory>
</testsuite>
</testsuites>
</phpunit>