vk-all-in-one-expansion-unit
Last commit date
admin
4 years ago
assets
4 years ago
bin
5 years ago
inc
4 years ago
languages
4 years ago
tests
4 years ago
.node-version
4 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
4 years ago
composer.lock
4 years ago
docker-compose.yml
6 years ago
gulpfile.js
4 years ago
initialize.php
4 years ago
package-lock.json
4 years ago
package.json
4 years ago
phpunit.xml
4 years ago
phpunit.xml.dist
4 years ago
readme.txt
4 years ago
screenshot-1.png
6 years ago
screenshot-2.png
6 years ago
uninstaller.php
4 years ago
veu-package-manager.php
4 years ago
veu-packages.php
4 years ago
vkExUnit.php
4 years ago
phpunit.xml
16 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 | <directory prefix="test-" suffix=".php">./vendor/vektor-inc/vk-wp-unit-test-tools/src/tests/</directory> |
| 13 | </testsuite> |
| 14 | </testsuites> |
| 15 | </phpunit> |
| 16 |