Skip to content

Commit

Permalink
Fix update-tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Jul 22, 2023
1 parent 6784d40 commit f16c185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update-tests
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file updates tests according to the phpunit library used for current php version, or php version in 1st argument.
# Usage:
# update-tests - to update tests according to the phpunit library used for current php version.
# update-tests x.x - to update tests according to the phpunit library used for specific php version x.x, where x.x = 5.6|7.0|7.1|7.2|7.3|7.4|8.0.
# update-tests x.x - to update tests according to the phpunit library used for specific php version x.x, where x.x = 7.0|7.1|7.2|7.3|7.4|8.0|8.1|8.2.

# Directory with phpunit tests.
TEST_DIR=".tests"
Expand Down

0 comments on commit f16c185

Please sign in to comment.