Skip to content

Commit

Permalink
Adjust README on how to re-generate test data
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Feb 12, 2025
1 parent ff9940b commit 0bfa5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ For more official information see

How to generate new test data:

1. Set `$regenerateReferenceFiles = true` in `TestQrBillCreatorTrait`
1. Set `$regenerateReferenceFiles = true` in `TraitValidQrBillsProvider`
2. `composer update --prefer-lowest`
3. `vendor/bin/phpunit` – ignore failing tests in `testQrFile`
4. `composer update`
5. `vendor/bin/phpunit` – there should be no more errors
6. Set `$regenerateReferenceFiles = false` in `TestQrBillCreatorTrait`
6. Set `$regenerateReferenceFiles = false` in `TraitValidQrBillsProvider`

0 comments on commit 0bfa5e1

Please sign in to comment.