mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-25 02:15:31 +08:00
28 lines
No EOL
570 B
XML
Executable file
28 lines
No EOL
570 B
XML
Executable file
<phpunit
|
|
bootstrap="tests/bootstrap.php"
|
|
backupGlobals="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
>
|
|
<php>
|
|
<env name="PLUGIN_FILE" value="pojo-accessibility.php" />
|
|
</php>
|
|
|
|
<testsuites>
|
|
<testsuite>
|
|
<directory prefix="test-" suffix=".php">./tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">./</directory>
|
|
<exclude>
|
|
<directory suffix=".php">tests</directory>
|
|
</exclude>
|
|
</whitelist>
|
|
</filter>
|
|
|
|
</phpunit> |