vk-all-in-one-expansion-unit
Last commit date
admin
5 years ago
assets
5 years ago
bin
5 years ago
inc
5 years ago
languages
5 years ago
tests
5 years ago
.node-version
5 years ago
.phpcs.xml.dist
5 years ago
.svnignore
5 years ago
.wp-env.json
5 years ago
Dockerfile
6 years ago
LICENSE
6 years ago
composer.json
5 years ago
composer.lock
5 years ago
docker-compose.yml
6 years ago
gulpfile.js
5 years ago
initialize.php
5 years ago
package-lock.json
5 years ago
package.json
5 years ago
phpunit.xml
6 years ago
phpunit.xml.dist
5 years ago
readme.txt
5 years ago
screenshot-1.png
6 years ago
screenshot-2.png
6 years ago
uninstaller.php
5 years ago
veu-package-manager.php
6 years ago
veu-packages.php
5 years ago
vkExUnit.php
5 years ago
phpunit.xml
15 lines
| 1 | <phpunit |
| 2 | bootstrap="tests/bootstrap.php" |
| 3 | backupGlobals="false" |
| 4 | colors="true" |
| 5 | convertErrorsToExceptions="true" |
| 6 | convertNoticesToExceptions="true" |
| 7 | convertWarningsToExceptions="true" |
| 8 | > |
| 9 | <testsuites> |
| 10 | <testsuite name="default"> |
| 11 | <directory prefix="test-" suffix=".php">./tests/</directory> |
| 12 | </testsuite> |
| 13 | </testsuites> |
| 14 | </phpunit> |
| 15 |