summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.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 /CONTRIBUTING.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 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0b37fa499e..f71f72a1d1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -52,9 +52,6 @@ We love getting new tests! PHP is a huge project and improving code coverage is
a huge win for every PHP user.
[Our QA site includes a page detailing how to write test cases.](http://qa.php.net/write-test.php)
-Please note that the section on submitting pull requests is outdated: in
-addition to the process listed there, you can also
-[submit pull requests](#pull-requests).
## Writing documentation