Skip to content

Commit 52360a7

Browse files
committed
MQE-2047: Static Check Options
-Fixed to use TESTS_BP, should be good now.
1 parent c2a53cf commit 52360a7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/Magento/FunctionalTestingFramework/Console/StaticChecksCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ private function validateInput(InputInterface $input)
181181
*/
182182
private function parseRulesetJson()
183183
{
184-
$pathToRuleset = PROJECT_ROOT . DIRECTORY_SEPARATOR . "staticRuleset.json";
184+
$pathToRuleset = TESTS_BP . DIRECTORY_SEPARATOR . "staticRuleset.json";
185185
if ($pathToRuleset === null) {
186186
$this->ioStyle->text("No ruleset under $pathToRuleset" . PHP_EOL);
187187
return;

0 commit comments

Comments
 (0)