Merge pull request #978 from burakcakirel/phpunit-tests-for-modules
Add tests directories for Modules
This commit is contained in:
commit
9dac2c8421
@ -11,10 +11,12 @@
|
||||
<testsuites>
|
||||
<testsuite name="Feature">
|
||||
<directory suffix="Test.php">./tests/Feature</directory>
|
||||
<directory suffix="Test.php">./modules/**/Tests/Feature</directory>
|
||||
</testsuite>
|
||||
|
||||
<testsuite name="Unit">
|
||||
<directory suffix="Test.php">./tests/Unit</directory>
|
||||
<directory suffix="Test.php">./modules/**/Tests/Unit</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<filter>
|
||||
|
Loading…
x
Reference in New Issue
Block a user