backup before move
This commit is contained in:
@@ -19,7 +19,10 @@
|
||||
"bsr/config" : "v0.0.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"BSR\\Webservice\\" : "src/"}
|
||||
"psr-4": {"BSR\\" : "src/"}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {"BSR\\" : "tests/"}
|
||||
},
|
||||
"require-dev": {
|
||||
"pds/skeleton": "^1.0",
|
||||
|
||||
7
phpunit.xml
Normal file
7
phpunit.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<phpunit bootstrap="vendor/autoload.php">
|
||||
<testsuites>
|
||||
<testsuite name="bsrconfig">
|
||||
<directory suffix="Test.php">tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user