Skip to content

Commit 8544ae5

Browse files
author
Stanislav Idolov
committed
Static test failures fix
1 parent e4861d3 commit 8544ae5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/static/phpunit-all.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<php>
2222
<ini name="date.timezone" value="America/Los_Angeles"/>
2323
<!-- TESTCODESTYLE_IS_FULL_SCAN - specify if full scan should be performed for test code style test -->
24-
<const name="TESTCODESTYLE_IS_FULL_SCAN" value="0"/>
24+
<const name="TESTCODESTYLE_IS_FULL_SCAN" value="1"/>
2525
</php>
2626
</phpunit>

dev/tests/static/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<php>
3232
<ini name="date.timezone" value="America/Los_Angeles"/>
3333
<!-- TESTCODESTYLE_IS_FULL_SCAN - specify if full scan should be performed for test code style test -->
34-
<const name="TESTCODESTYLE_IS_FULL_SCAN" value="0"/>
34+
<const name="TESTCODESTYLE_IS_FULL_SCAN" value="1"/>
3535
<!-- TESTS_COMPOSER_PATH - specify the path to composer binary, if a relative reference cannot be resolved -->
3636
<!--<const name="TESTS_COMPOSER_PATH" value="/usr/local/bin/composer"/>-->
3737
</php>

0 commit comments

Comments
 (0)