mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Fix: Move tests one up
This commit is contained in:
+1
-1
@@ -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
@@ -4,7 +4,7 @@
|
||||
backupGlobals="false">
|
||||
<testsuites>
|
||||
<testsuite>
|
||||
<directory>./tests/src</directory>
|
||||
<directory>./tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<filter>
|
||||
|
||||
Reference in New Issue
Block a user