Skip to content

Commit 56f0849

Browse files
committed
Moved dir tests to test
1 parent 3814980 commit 56f0849

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+4
-4
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"autoload-dev": {
8181
"psr-0": {
82-
"DoctrineORMModuleTest\\": "tests/"
82+
"DoctrineORMModuleTest\\": "test/"
8383
}
8484
},
8585
"scripts": {

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml.dist

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
processIsolation="false"
1111
backupGlobals="false"
1212
>
13-
<testsuite name="DoctrineORMModule tests">
14-
<directory>./tests</directory>
13+
<testsuite name="DoctrineORMModule test">
14+
<directory>./test</directory>
1515
</testsuite>
1616
<filter>
1717
<whitelist addUncoveredFilesFromWhitelist="true">

tests/config.php test/config.php

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)