From 199057a8ca960e0bb191ec8fd7a409fbd91c8a51 Mon Sep 17 00:00:00 2001 From: Ihor Sviziev Date: Wed, 4 Dec 2019 09:00:32 +0200 Subject: [PATCH] magento/magento-coding-standard#149 No imports from test namespace Exclude running for tests --- Magento2/ruleset.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Magento2/ruleset.xml b/Magento2/ruleset.xml index 70c26495..c4fc6580 100644 --- a/Magento2/ruleset.xml +++ b/Magento2/ruleset.xml @@ -192,6 +192,11 @@ 8 warning + */_files/* + */Fixtures/* + */Test/* + *Test.php + */tests/* 8