backup before move

This commit is contained in:
Guillermo Dev
2018-10-11 11:41:24 +02:00
parent eae13f000d
commit 6efc6a95ad
2 changed files with 11 additions and 1 deletions

7
phpunit.xml Normal file
View File

@@ -0,0 +1,7 @@
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="bsrconfig">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
</phpunit>