mirror of
https://ghproxy.net/https://github.com/elementor/activity-log.git
synced 2025-10-04 20:11:22 +08:00
24 lines
No EOL
497 B
XML
24 lines
No EOL
497 B
XML
<phpunit
|
|
bootstrap="tests/bootstrap.php"
|
|
backupGlobals="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
>
|
|
<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> |