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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Thanks for running the WordPress PHPUnit test suite on your infrastructure. We a
4
4
5
5
If you haven't already, [please first read through the "Getting Started" documentation](https://make.wordpress.org/hosting/test-results-getting-started/).
6
6
7
-
The test suite runner is designed to be used without any file modification. Configuration happens with a series of environment variables (see [.env.default](.env.default) for an annotated overview). Use the [repository wiki](../../wiki) to document implementation details, to avoid README conflicts with the upstream.
7
+
The test suite runner is designed to be used without any file modification. Configuration happens with a series of environment variables (see [.env.default](.env.default) for an annotated overview).
8
8
9
9
At a high level, the test suite runner:
10
10
@@ -67,13 +67,13 @@ Both the prep and test environments must meet some basic requirements.
67
67
68
68
Prep environment:
69
69
70
-
* PHP 5.6 or greater (to run scripts).
70
+
* PHP 7.x or greater (to run scripts).
71
71
* Utilities: `git` version 1.8.5 or greater, `rsync`, `wget`, `unzip`.
72
-
* Node.js 14.x, including `npm` and `grunt` packages
72
+
* Node.js 16.x, including `npm` and `grunt` packages
73
73
74
74
Test environment:
75
75
76
-
* PHP 5.6 or greater with Phar support enabled (for PHPUnit).
76
+
* PHP 7.x or greater with Phar support enabled (for PHPUnit).
77
77
* MySQL or MariaDB with access to a writable database.
78
78
* Writable filesystem for the entire test directory (see [#40910](https://core.trac.wordpress.org/ticket/40910)).
79
79
* Run with a non-root user, both for security and practical purposes (see [#44233](https://core.trac.wordpress.org/ticket/44233#comment:34)/[#46577](https://core.trac.wordpress.org/ticket/46577)).
@@ -110,7 +110,7 @@ The [`cleanup.php`](cleanup.php) step:
110
110
111
111
## Contributing
112
112
113
-
tk
113
+
If you have questions about the process or run into test failures along the way, please [open an issue in the project repository](https://github.com/wordpress/phpunit-test-runner/issues) and we’ll help diagnose/get the documentation updated. Alternatively, you can also pop into the `#hosting-community` channel on [WordPress.org Slack](https://make.wordpress.org/chat/) for help.
0 commit comments