Skip to content

Commit

Permalink
debug windows ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Feb 7, 2024
1 parent 51e2902 commit 2401cb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Util/TemplateLinterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function testPhpCsFixerVersion(): void

$process->run();

dump([$process->getOutput(), $process->getErrorOutput()]);
self::assertStringContainsString(TemplateLinter::BUNDLED_PHP_CS_FIXER_VERSION, $process->getOutput());
}
}

0 comments on commit 2401cb5

Please sign in to comment.