From 6efc6a95adf9139f84c3d9493c819213c37003e9 Mon Sep 17 00:00:00 2001 From: Guillermo Dev Date: Thu, 11 Oct 2018 11:41:24 +0200 Subject: [PATCH] backup before move --- composer.json | 5 ++++- phpunit.xml | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 phpunit.xml diff --git a/composer.json b/composer.json index 9755a84..5c50b51 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..248d904 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,7 @@ + + + + tests + + +