We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6042f commit 491b373Copy full SHA for 491b373
dev/tests/static/testsuite/Magento/Test/GraphQl/LiveCodeTest.php
@@ -38,7 +38,7 @@ public static function setUpBeforeClass(): void
38
*/
39
public function testCodeStyle(): void
40
{
41
- $reportFile = self::$reportDir . '/graphql_phpcs_report.txt';
+ $reportFile = self::$reportDir . '/graphql_phpcs_report.txt';
42
$codeSniffer = new CodeSniffer('Magento', $reportFile, new Wrapper());
43
$result = $codeSniffer->run(PHPCodeTest::getWhitelist(['graphqls']));
44
$report = file_exists($reportFile) ? file_get_contents($reportFile) : '';
0 commit comments