Skip to content

Commit e92241b

Browse files
committed
split source and test directories
1 parent 8eaefe8 commit e92241b

25 files changed

+8
-8
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@
2626
},
2727
"autoload": {
2828
"psr-4": {
29-
"Xabbuh\\XApi\\Client\\": ""
29+
"Xabbuh\\XApi\\Client\\": "src/"
30+
}
31+
},
32+
"autoload-dev": {
33+
"psr-4": {
34+
"Xabbuh\\XApi\\Client\\Tests\\": "tests/"
3035
}
3136
},
3237
"extra": {

phpunit.xml.dist

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22
<phpunit colors="true" bootstrap="vendor/autoload.php">
33
<testsuites>
44
<testsuite name="client side implementation of the Experience API">
5-
<directory>./Tests</directory>
5+
<directory>./tests</directory>
66
</testsuite>
77
</testsuites>
88
<filter>
99
<whitelist>
10-
<directory>.</directory>
11-
<exclude>
12-
<directory>./doc</directory>
13-
<directory>./Tests</directory>
14-
<directory>./vendor</directory>
15-
</exclude>
10+
<directory>./src</directory>
1611
</whitelist>
1712
</filter>
1813
</phpunit>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)