Skip to content

Commit 4a974bd

Browse files
committed
tests - rename Tests to tests,
update composer.json and phpunit accordingly
1 parent b1cf80e commit 4a974bd

22 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"autoload": {
2525
"psr-4": {
2626
"WsdlToPhp\\PhpGenerator\\": "src",
27-
"WsdlToPhp\\PhpGenerator\\Tests\\": "Tests"
27+
"WsdlToPhp\\PhpGenerator\\Tests\\": "tests"
2828
}
2929
}
3030
}

phpunit.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
</php>
1212

1313
<testsuite name="Test Suite">
14-
<directory>./Tests/</directory>
14+
<directory>./tests/</directory>
1515
</testsuite>
1616

1717
<filter>
1818
<whitelist>
1919
<directory>./</directory>
2020
<exclude>
21-
<directory>./Tests</directory>
21+
<directory>./tests</directory>
2222
<directory>./vendor</directory>
2323
</exclude>
2424
</whitelist>
2525
</filter>
26-
</phpunit>
26+
</phpunit>

0 commit comments

Comments
 (0)