created mocks for testing

This commit is contained in:
Guillermo Dev
2018-10-13 18:00:51 +02:00
parent e53debb98d
commit 1211af09cc
26 changed files with 412 additions and 118 deletions

43
composer.lock generated
View File

@@ -4,9 +4,46 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "e0bdda87ed25bff2590ed52de3095589",
"content-hash": "c96a273bceb8c0c36a0832819e22ed63",
"packages": [],
"hash": "d9f96343b41310f062dbbd9a1175cf6a",
"content-hash": "cc63913f1b21e50ab5e9530dfb46d2b9",
"packages": [
{
"name": "bsr/utils",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://usrpath@bitbucket.org/usrpath/bsrutils.git",
"reference": "3289696873675db9fc9fca35271d61df5e68adcd"
},
"require-dev": {
"pds/skeleton": "^1.0",
"phpdocumentor/phpdocumentor": "2.*",
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-4": {
"BSR\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"BSR\\": "tests/"
}
},
"authors": [
{
"name": "Simon"
},
{
"name": "Guillermo Pages",
"email": "g@lespagesweb.ch"
}
],
"description": "Bsr configuration module",
"time": "2018-10-12 14:16:01"
}
],
"packages-dev": [
{
"name": "doctrine/instantiator",