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