mirror of
https://ghproxy.net/https://github.com/elementor/activity-log.git
synced 2025-10-04 23:50:55 +08:00
14 lines
No EOL
327 B
XML
14 lines
No EOL
327 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>
|
|
</phpunit> |