Skip to content

Commit 9d94e6c

Browse files
committed
Merge pull request #35 from magento-extensibility/MAGETWO-32602-static-tests-not-run
Magetwo 32602 static tests not run
2 parents c92a39f + 6d638bb commit 9d94e6c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@
183183
"tinymce/tinymce": "lib/web/tiny_mce"
184184
}
185185
},
186+
"config": {
187+
"use-include-path": true
188+
},
186189
"autoload": {
187190
"psr-4": {
188191
"Magento\\Framework\\": "lib/internal/Magento/Framework/"

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/static/framework/Magento/TestFramework/Inspection/WordsFinder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ public function findWords($file)
240240
*
241241
* @param string $file
242242
* @return array
243+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
243244
*/
244245
protected function _findWords($file)
245246
{

0 commit comments

Comments
 (0)