Skip to content

Commit 8d94b84

Browse files
Eric Bohanonslavvka
Eric Bohanon
authored andcommitted
MAGETWO-75124: Add unit test paths inside infrastructure
1 parent 07e2568 commit 8d94b84

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
@@ -20,6 +20,7 @@
2020
<directory suffix="Test.php">../../../vendor/*/module-*/Test/Unit</directory>
2121
<directory suffix="Test.php">../../../vendor/*/framework/Test/Unit</directory>
2222
<directory suffix="Test.php">../../../vendor/*/framework/*/Test/Unit</directory>
23+
<directory suffix="Test.php">../../tests/unit/*/Test/Unit</directory>
2324
</testsuite>
2425
<php>
2526
<ini name="date.timezone" value="America/Los_Angeles"/>

0 commit comments

Comments
 (0)