Skip to content

Commit a119df4

Browse files
committed
MAGETWO-94083: Impossible get information about static errors on PR
- create empty report file for the case when there no php and phtml files
1 parent e1a01e9 commit a119df4

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="1"/>
24+
<const name="TESTCODESTYLE_IS_FULL_SCAN" value="0"/>
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="1"/>
34+
<const name="TESTCODESTYLE_IS_FULL_SCAN" value="0"/>
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)