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.dist
17 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 | > |
| 10 | <testsuites> |
| 11 | <testsuite> |
| 12 | <directory prefix="test-" suffix=".php">./tests/</directory> |
| 13 | <exclude>./tests/test-sample.php</exclude> |
| 14 | </testsuite> |
| 15 | </testsuites> |
| 16 | </phpunit> |
| 17 |