Skip to content

Commit

Permalink
Update #24, add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dusta committed Dec 17, 2018
1 parent 0982da2 commit e9e5835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"autoload-dev": {
"psr-4": {
"Dframe\\FileStorage\\Tests\\": "tests/"
"Dframe\\FileStorage\\Tests\\": "tests"
}
},
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions tests/Bootstrap.php
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<?php

require_once __DIR__ . '/../vendor/autoload.php';

0 comments on commit e9e5835

Please sign in to comment.