# wpide/3.5.9/vendor/league/flysystem-ziparchive/phpunit.hhvm.xml

WPIDE – File Manager &amp; Code Editor, version 3.5.9. 28 lines.

- Page: https://pluginprobe.com/plugins/wpide/3.5.9/code/vendor/league/flysystem-ziparchive/phpunit.hhvm.xml
- Raw: https://pluginprobe.com/plugins/wpide/3.5.9/raw/vendor/league/flysystem-ziparchive/phpunit.hhvm.xml
- Modified: 2022-07-30T20:33:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpide/3.5.9/code/vendor/league/flysystem-ziparchive/phpunit.hhvm.xml#L10-L20`.

```xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         bootstrap="./phpunit.php"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="true"
         verbose="true"
>
    <testsuites>
        <testsuite name="flysystem/tests">
            <directory suffix=".php">./tests/</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory suffix=".php">./src/</directory>
        </whitelist>
    </filter>
    <listeners>
        <listener class="Mockery\Adapter\Phpunit\TestListener" file="./vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php"></listener>
    </listeners>
</phpunit>

```
