summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-07 04:31:59 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-18 08:01:22 +0200
commit0e60b812c05ed5e3704ab6f31f29040040c3edd7 (patch)
treebe2b9b3b4746e11a5e70b49384261afa8f8ddaf2 /README.md
parent78a8b0f0d77938fecb178b8f58d2463de0c01947 (diff)
downloadphp-git-0e60b812c05ed5e3704ab6f31f29040040c3edd7.tar.gz
Move all testing docs to qa.php.net
The qa.php.net currently includes nice collection of information about tests and how to run them. Instead of maintaining two locations of this information, this patch removes the README.TESTING from the php-src repo. Patch for qa.php.net has been sent separately to that repo.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4e59318e5b..9f34f8a906 100644
--- a/README.md
+++ b/README.md
@@ -37,3 +37,10 @@ Guidelines for contributors
- [README.GIT-RULES](/README.GIT-RULES)
- [README.MAILINGLIST_RULES](/README.MAILINGLIST_RULES)
- [README.RELEASE_PROCESS](/README.RELEASE_PROCESS)
+
+## Testing
+
+To run tests the `make test` is used after successful compilation of the sources.
+
+See [Creating new test files](https://qa.php.net/write-test.php) chapter for more
+information about testing.