Skip to content

Commit

Permalink
Implement autoload for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kern046 committed Apr 15, 2017
1 parent d4873c5 commit c1042e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -3,7 +3,8 @@
"type": "project",
"autoload": {
"psr-4": {
"Asylamba\\": "system/"
"Asylamba\\": "system/",
"Tests\\Asylamba\\": "tests/"
}
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1042e0

Please sign in to comment.