You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
ac6d046c63
rename template adapter to flasher, and add title to base notification class Wip
17 lines
481 B
XML
17 lines
481 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"
|
|
cacheResult="false"
|
|
verbose="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="flasher">
|
|
<directory>tests/Prime</directory>
|
|
<directory>tests/Symfony</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|