Skip to content

Commit

Permalink
Create src/ and tests/ directories
Browse files Browse the repository at this point in the history
  • Loading branch information
archwisp committed Jun 1, 2014
1 parent 3835c4d commit 5559e37
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -9,7 +9,8 @@
}
],
"autoload": {
"classmap": [""]
"classmap": [""],
"psr-0": {"": "src/"}
},
"require": {
"ext-mcrypt": "*"
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -3,7 +3,7 @@
<logging />
<testsuites>
<testsuite name="All">
<file>./SimpleTest.php</file>
<file>./tests/SimpleTest.php</file>
</testsuite>
</testsuites>
</phpunit>
File renamed without changes.
File renamed without changes.

0 comments on commit 5559e37

Please sign in to comment.