Skip to content

Commit

Permalink
add: update file name
Browse files Browse the repository at this point in the history
  • Loading branch information
10upbot on GitHub committed Jan 11, 2024
1 parent 17326aa commit 917a7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ This document discusses unit tests.
2. Install WordPress and the WP Unit Test lib using the `install.sh` script:
```
$ tests/bin/install.sh <db-name> <db-user> <db-password> [db-host]
$ tests/bin/install-wp-tests.sh <db-name> <db-user> <db-password> [db-host]
```
You may need to quote strings with backslashes to prevent them from being processed by the shell or other programs.
Example:
$ tests/bin/install.sh distributor_tests root root
$ tests/bin/install-wp-tests.sh distributor_tests root root
# ditributor_tests is the database name and root is both the MySQL user and its password.
Expand Down

0 comments on commit 917a7ec

Please sign in to comment.