mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-24 22:26:06 +03:00
fix for coverage
This commit is contained in:
parent
b29b4e1a51
commit
4a8875dc8d
@ -10,8 +10,11 @@
|
|||||||
stopOnFailure="false"
|
stopOnFailure="false"
|
||||||
syntaxCheck="false">
|
syntaxCheck="false">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="tests">
|
<testsuite name="catalog-tests">
|
||||||
<directory suffix="Test.php">./tests/</directory>
|
<directory suffix="CatalogTest.php">./tests/catalog/</directory>
|
||||||
|
</testsuite>
|
||||||
|
<testsuite name="admin-tests">
|
||||||
|
<directory suffix="AdminTest.php">./tests/admin/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
<php>
|
<php>
|
||||||
|
Loading…
Reference in New Issue
Block a user