|
11 | 11 | # $ source .env |
12 | 12 | ### |
13 | 13 |
|
14 | | -# Path to the directory where files can be prepared before being delivered to the environment. |
| 14 | +# Path to the directory where files can be prepared before being delivered to |
| 15 | +# the environment. |
15 | 16 | export WPT_PREPARE_DIR=/tmp/wp-test-runner |
16 | 17 |
|
17 | | -# Path to the directory where the WordPress develop checkout can be placed and tests can be run. |
18 | | -# When running tests in the same environment, set WPT_TEST_DIR to WPT_PREPARE_DIR |
19 | | -export WPT_TEST_DIR=wp-test-runner |
| 18 | +# Path to the directory where the WordPress develop checkout can be placed and |
| 19 | +# tests can be run. When running tests in the same environment, set WPT_TEST_DIR |
| 20 | +# to WPT_PREPARE_DIR |
| 21 | +export WPT_TEST_DIR=/tmp/wp-test-runner |
20 | 22 |
|
21 | | -# API key to authenticate with the reporting service in 'username:password' format. |
| 23 | +# API key to authenticate with the reporting service in 'username:password' |
| 24 | +# format. |
22 | 25 | export WPT_REPORT_API_KEY= |
23 | 26 |
|
24 | 27 | # (Optionally) define an alternate reporting URL |
25 | 28 | export WPT_REPORT_URL= |
26 | 29 |
|
27 | 30 | # Credentials for a database that can be written to and reset. |
28 | | -# WARNING!!! This database will be destroyed between tests. Only use safe database credentials. |
29 | | -# Please note that you must escape _or_ refrain from using # as special character in your credentials. |
| 31 | +# WARNING!!! This database will be destroyed between tests. Only use safe |
| 32 | +# database credentials. Please note that you must escape _or_ refrain from |
| 33 | +# using # as special character in your credentials. |
30 | 34 | export WPT_DB_NAME= |
31 | 35 | export WPT_DB_USER= |
32 | 36 | export WPT_DB_PASSWORD= |
33 | 37 | export WPT_DB_HOST= |
34 | 38 |
|
35 | | -# (Optionally) set a custom table prefix to permit concurrency against the same database. |
| 39 | +# (Optionally) set a custom table prefix to permit concurrency against the same |
| 40 | +# database. |
36 | 41 | export WPT_TABLE_PREFIX=${WPT_TABLE_PREFIX-wptests_} |
37 | 42 |
|
38 | 43 | # (Optionally) define the PHP executable to be called |
|
0 commit comments