findWords(realpath($file)); if ($words) { $this->fail("Found words: '" . implode("', '", $words) . "' in '{$file}' file"); } }, \Magento\Framework\App\Utility\Files::init()->getAllFiles() ); } }