Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 30ab30c

Browse files
author
Eric Bohanon
committed
MAGETWO-75124: Add unit test paths inside infrastructure
1 parent d2d82ac commit 30ab30c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/unit/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<directory suffix="Test.php">../../../vendor/*/module-*/Test/Unit</directory>
2020
<directory suffix="Test.php">../../../vendor/*/framework/Test/Unit</directory>
2121
<directory suffix="Test.php">../../../vendor/*/framework/*/Test/Unit</directory>
22+
<directory suffix="Test.php">../../tests/unit/*/Test/Unit</directory>
2223
</testsuite>
2324
<php>
2425
<ini name="date.timezone" value="America/Los_Angeles"/>

0 commit comments

Comments
 (0)