Skip to content

Commit

Permalink
update rewriteTestFixtureFiles tool (matomo-org#7752)
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu authored Aug 1, 2024
1 parent 9118719 commit 3f11991
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/rewriteTestFixtureFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
$fixtureFiles = array_merge(
glob(__DIR__ . '/../Tests/fixtures/*.yml'),
glob(__DIR__ . '/../Tests/Parser/Client/fixtures/*.yml'),
glob(__DIR__ . '/../Tests/Parser/Device/fixtures/*.yml')
glob(__DIR__ . '/../Tests/Parser/Device/fixtures/*.yml'),
glob(__DIR__ . '/../Tests/Parser/fixtures/oss.yml')
);

$overwrite = !empty($argv[1]) && '--f' === $argv[1];
Expand Down

0 comments on commit 3f11991

Please sign in to comment.