wordpress-popup
Last commit date
assets
6 years ago
inc
6 years ago
languages
6 years ago
lib
6 years ago
palettes
6 years ago
vendor
6 years ago
views
6 years ago
humans.txt
6 years ago
license.txt
6 years ago
opt-in-static.php
6 years ago
phpunit.xml
6 years ago
popover.php
6 years ago
readme.txt
6 years ago
uninstall.php
6 years ago
phpunit.xml
23 lines
| 1 | <?xml version="1.0"?> |
| 2 | <phpunit |
| 3 | bootstrap="tests/bootstrap.php" |
| 4 | backupGlobals="false" |
| 5 | colors="true" |
| 6 | convertErrorsToExceptions="true" |
| 7 | convertNoticesToExceptions="true" |
| 8 | convertWarningsToExceptions="true" |
| 9 | continueError="false" |
| 10 | > |
| 11 | <testsuites> |
| 12 | <testsuite> |
| 13 | <directory prefix="test-" suffix=".php">./tests/</directory> |
| 14 | </testsuite> |
| 15 | </testsuites> |
| 16 | |
| 17 | <filter> |
| 18 | <whitelist> |
| 19 | <directory>inc/display-conditions</directory> |
| 20 | </whitelist> |
| 21 | </filter> |
| 22 | </phpunit> |
| 23 |