You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -515,7 +515,7 @@ Once you've decided to commit the time to seeing your pull request through, [ple
515
515
516
516
## Support
517
517
518
-
Github issues aren't for general support questions, but there are other venues you can try: http://wp-cli.org/#support
518
+
Github issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
519
519
520
520
521
521
*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*
Copy file name to clipboardExpand all lines: features/bootstrap/FeatureContext.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -45,17 +45,17 @@
45
45
class FeatureContext extends BehatContext implements ClosuredContextInterface {
46
46
47
47
/**
48
-
* The current working directory for scenarios that have a "Given a WP install" or "Given an empty directory" step. Variable RUN_DIR. Lives until the end of the scenario.
48
+
* The current working directory for scenarios that have a "Given a WP installation" or "Given an empty directory" step. Variable RUN_DIR. Lives until the end of the scenario.
49
49
*/
50
50
privatestatic$run_dir;
51
51
52
52
/**
53
-
* Where WordPress core is downloaded to for caching, and which is copied to RUN_DIR during a "Given a WP install" step. Lives until manually deleted.
53
+
* Where WordPress core is downloaded to for caching, and which is copied to RUN_DIR during a "Given a WP installation" step. Lives until manually deleted.
54
54
*/
55
55
privatestatic$cache_dir;
56
56
57
57
/**
58
-
* The directory that holds the install cache, and which is copied to RUN_DIR during a "Given a WP install" step. Recreated on each suite run.
58
+
* The directory that holds the install cache, and which is copied to RUN_DIR during a "Given a WP installation" step. Recreated on each suite run.
* The test database settings. All but `dbname` can be set via environment variables. The database is dropped at the start of each scenario and created on a "Given a WP install" step.
75
+
* The test database settings. All but `dbname` can be set via environment variables. The database is dropped at the start of each scenario and created on a "Given a WP installation" step.
0 commit comments