backup-backup
Last commit date
admin
3 months ago
analyst
3 months ago
includes
3 months ago
modules
3 months ago
backup-backup.php
3 months ago
composer.json
3 months ago
phpunit.xml
3 months ago
readme.txt
3 months ago
uninstall.php
3 months ago
phpunit.xml
9 lines
| 1 | <?xml version="1.0"?> |
| 2 | <phpunit bootstrap="tests/bootstrap.php" colors="true" stopOnFailure="false" stopOnError="false" backupGlobals="false" cacheDirectory=".phpunit.cache"> |
| 3 | <testsuites> |
| 4 | <testsuite name="Backup Compatibility Checker Test Suite"> |
| 5 | <directory suffix=".php">./tests/</directory> |
| 6 | </testsuite> |
| 7 | </testsuites> |
| 8 | </phpunit> |
| 9 |