mirror of
https://github.com/danog/parallel-functions.git
synced 2024-11-30 04:39:03 +01:00
17 lines
519 B
Plaintext
17 lines
519 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.0/phpunit.xsd">
|
||
|
<testsuites>
|
||
|
<testsuite name="Main">
|
||
|
<directory>test</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
<filter>
|
||
|
<whitelist>
|
||
|
<directory suffix=".php">src</directory>
|
||
|
</whitelist>
|
||
|
</filter>
|
||
|
<listeners>
|
||
|
<listener class="Amp\PHPUnit\LoopReset"/>
|
||
|
</listeners>
|
||
|
</phpunit>
|