Skip to content

Commit 8c325eb

Browse files
author
Oleksii Korshenko
committed
MAGETWO-81646: PHP Livecodetest testCodeStyle() method does not use whitelist files #11362
- Merge Pull Request #11362 from adrian-martinez-interactiv4/magento2:FR#PHP-LIVECODETEST-WHITELIST - Merged commits: 1. 22fd782
2 parents 535486f + 22fd782 commit 8c325eb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@
2020
</testsuites>
2121
<php>
2222
<ini name="date.timezone" value="America/Los_Angeles"/>
23+
<!-- 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"/>
2325
</php>
2426
</phpunit>

dev/tests/static/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
</testsuites>
3131
<php>
3232
<ini name="date.timezone" value="America/Los_Angeles"/>
33+
<!-- TESTCODESTYLE_IS_FULL_SCAN - specify if full scan should be performed for test code style test -->
3334
<const name="TESTCODESTYLE_IS_FULL_SCAN" value="1"/>
3435
<!-- TESTS_COMPOSER_PATH - specify the path to composer binary, if a relative reference cannot be resolved -->
3536
<!--<const name="TESTS_COMPOSER_PATH" value="/usr/local/bin/composer"/>-->

0 commit comments

Comments
 (0)