Merge pull request #136 from localheinz/fix/directory

Fix: Move tests one up
This commit is contained in:
Ben Ramsey
2016-09-16 13:48:57 -05:00
committed by GitHub
31 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
"psr-4": {"Ramsey\\Uuid\\": "src/"}
},
"autoload-dev": {
"psr-4": {"Ramsey\\Uuid\\Test\\": "tests/src/"}
"psr-4": {"Ramsey\\Uuid\\Test\\": "tests/"}
},
"replace": {
"rhumsaa/uuid": "self.version"
+1 -1
View File
@@ -4,7 +4,7 @@
backupGlobals="false">
<testsuites>
<testsuite>
<directory>./tests/src</directory>
<directory>./tests</directory>
</testsuite>
</testsuites>
<filter>