Skip to content

Commit bba1c0c

Browse files
MCLOUD-13148: Included PHPUnit test source folder code path
1 parent d805fe2 commit bba1c0c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Test/Unit/phpunit.xml.dist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
<directory suffix="Test.php">./</directory>
1313
</testsuite>
1414
</testsuites>
15-
15+
<source>
16+
<include>
17+
<directory>../../</directory>
18+
</include>
19+
</source>
1620
<php>
1721
<ini name="date.timezone" value="UTC"/>
1822
</php>

0 commit comments

Comments
 (0)