Skip to content

Commit c96115d

Browse files
committed
Add IS_TESTING constant in tests
1 parent 1e9294a commit c96115d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<directory suffix="Test.php">tests</directory>
1616
</testsuite>
1717
<logging/>
18+
<php>
19+
<const name="IS_TESTING" value="true"/>
20+
</php>
1821
<source>
1922
<include>
2023
<directory suffix=".php">src</directory>

0 commit comments

Comments
 (0)