Skip to content

Commit 782c0e7

Browse files
Merge pull request #206 from fedealvz/master
Update README.md
2 parents 117e21b + 2a1cc5a commit 782c0e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thanks for running the WordPress PHPUnit test suite on your infrastructure. We a
44

55
If you haven't already, [please first read through the "Getting Started" documentation](https://make.wordpress.org/hosting/test-results-getting-started/).
66

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).
88

99
At a high level, the test suite runner:
1010

@@ -67,13 +67,13 @@ Both the prep and test environments must meet some basic requirements.
6767

6868
Prep environment:
6969

70-
* PHP 5.6 or greater (to run scripts).
70+
* PHP 7.x or greater (to run scripts).
7171
* 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
7373

7474
Test environment:
7575

76-
* PHP 5.6 or greater with Phar support enabled (for PHPUnit).
76+
* PHP 7.x or greater with Phar support enabled (for PHPUnit).
7777
* MySQL or MariaDB with access to a writable database.
7878
* Writable filesystem for the entire test directory (see [#40910](https://core.trac.wordpress.org/ticket/40910)).
7979
* 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:
110110

111111
## Contributing
112112

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.
114114

115115
## License
116116

0 commit comments

Comments
 (0)