fix for coverage

This commit is contained in:
Akolzin Dmitry 2020-02-18 18:11:23 +03:00
parent b29b4e1a51
commit 4a8875dc8d

View File

@ -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>