Skip to content

Commit

Permalink
Merge pull request #5 from fabeat/master
Browse files Browse the repository at this point in the history
Fixed phpunit tests
  • Loading branch information
maxbeckers committed Nov 29, 2017
2 parents b5f7aaf + 70a8cb3 commit e75f3e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
"psr-4": {
"MaxBeckers\\AmazonAlexa\\": "src/"
}
},
"scripts": {
"test": "phpunit"
}
}
2 changes: 2 additions & 0 deletions test/bootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
require_once __DIR__."/../vendor/autoload.php";

0 comments on commit e75f3e5

Please sign in to comment.