backup-backup
Last commit date
admin
4 months ago
analyst
4 months ago
includes
4 months ago
modules
4 months ago
backup-backup.php
4 months ago
composer.json
4 months ago
phpunit.xml
4 months ago
readme.txt
4 months ago
uninstall.php
4 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 |