mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-03 16:51:08 +08:00
17 lines
444 B
XML
17 lines
444 B
XML
<?xml version="1.0"?>
|
|
<phpunit
|
|
bootstrap="tests/bootstrap.php"
|
|
backupGlobals="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertDeprecationsToExceptions="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="testing">
|
|
<directory prefix="test-" suffix=".php">./tests/</directory>
|
|
<exclude>./tests/test-sample.php</exclude>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|