PluginProbe ʕ •ᴥ•ʔ
Backup Migration / 2.1.3
Backup Migration v2.1.3
2.1.6 2.1.5.2 trunk 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.6.1 1.4.7 1.4.8 1.4.9 1.4.9.1 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.5.1
backup-backup / phpunit.xml
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