setup phpunit
This commit is contained in:
@@ -6,11 +6,15 @@
|
||||
"name" : "Simon"
|
||||
},
|
||||
{
|
||||
"name" : "Guillermo"
|
||||
"name" : "Guillermo Pages",
|
||||
"email" : "g@lespagesweb.ch"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {"BSR\\Config\\" : "src/"}
|
||||
"psr-4": {"BSR\\" : "src/"}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {"BSR\\" : "tests/"}
|
||||
},
|
||||
"require-dev": {
|
||||
"pds/skeleton": "^1.0",
|
||||
|
||||
4
composer.lock
generated
4
composer.lock
generated
@@ -4,8 +4,8 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "6092d9ff818cda35571d13f59b88ab0e",
|
||||
"content-hash": "c545773f7661505ef9d19437063df96c",
|
||||
"hash": "3bdb7b40df275d807ea4d4a452a71d5c",
|
||||
"content-hash": "49c105b6192f5cc6344582b858ffdb76",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
|
||||
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