Skip to content

Commit 5559e37

Browse files
committed
Create src/ and tests/ directories
1 parent 3835c4d commit 5559e37

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
}
1010
],
1111
"autoload": {
12-
"classmap": [""]
12+
"classmap": [""],
13+
"psr-0": {"": "src/"}
1314
},
1415
"require": {
1516
"ext-mcrypt": "*"

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<logging />
44
<testsuites>
55
<testsuite name="All">
6-
<file>./SimpleTest.php</file>
6+
<file>./tests/SimpleTest.php</file>
77
</testsuite>
88
</testsuites>
99
</phpunit>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)