From 14e9a09085c379f236b0460bc13c73702acbc4f9 Mon Sep 17 00:00:00 2001 From: Fabian Grassl Date: Wed, 29 Nov 2017 15:10:56 +0100 Subject: [PATCH 1/2] fixed tests --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 9415a51..2421608 100644 --- a/composer.json +++ b/composer.json @@ -36,5 +36,8 @@ "psr-4": { "MaxBeckers\\AmazonAlexa\\": "src/" } + }, + "scripts": { + "test": "phpunit" } } From 70a8cb3543cb3a5c91469b2c7bc97c7bcb0e59da Mon Sep 17 00:00:00 2001 From: Fabian Grassl Date: Wed, 29 Nov 2017 15:11:47 +0100 Subject: [PATCH 2/2] added missing bootstrap file --- test/bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/bootstrap.php diff --git a/test/bootstrap.php b/test/bootstrap.php new file mode 100644 index 0000000..cfd030d --- /dev/null +++ b/test/bootstrap.php @@ -0,0 +1,2 @@ +