vk-all-in-one-expansion-unit
Last commit date
admin
6 years ago
assets
6 years ago
bin
6 years ago
inc
6 years ago
languages
6 years ago
tests
6 years ago
.svnignore
6 years ago
.travis.yml
6 years ago
Dockerfile
6 years ago
LICENSE
6 years ago
docker-compose.yml
6 years ago
gulpfile.js
6 years ago
initialize.php
6 years ago
package-lock.json
6 years ago
package.json
6 years ago
phpunit.xml
6 years ago
readme.txt
6 years ago
screenshot-1.png
6 years ago
screenshot-2.png
6 years ago
uninstaller.php
6 years ago
veu-package-manager.php
6 years ago
veu-packages.php
6 years ago
vkExUnit.php
6 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> |
| 11 | <directory prefix="test-" suffix=".php">./tests/</directory> |
| 12 | </testsuite> |
| 13 | </testsuites> |
| 14 | </phpunit> |
| 15 |