mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-15 14:55:44 +03:00
Tests: Setup PHPUnit and PHPUnit Watcher.
This commit is contained in:
parent
65bd3ad5af
commit
eec9f5cb61
6 changed files with 2496 additions and 0 deletions
17
plugins/wporg-5ftf/phpunit.xml.dist
Normal file
17
plugins/wporg-5ftf/phpunit.xml.dist
Normal file
|
@ -0,0 +1,17 @@
|
|||
<phpunit
|
||||
bootstrap="tests/bootstrap.php"
|
||||
backupGlobals="false"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
>
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Five for the Future plugin">
|
||||
<directory prefix="test-" suffix=".php">
|
||||
./tests/
|
||||
</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
Loading…
Add table
Add a link
Reference in a new issue