summaryrefslogtreecommitdiff
path: root/README.SUBMITTING_PATCH
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.SUBMITTING_PATCH
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.SUBMITTING_PATCH')
-rw-r--r--README.SUBMITTING_PATCH9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.SUBMITTING_PATCH b/README.SUBMITTING_PATCH
index be14a97bc3..72725d689c 100644
--- a/README.SUBMITTING_PATCH
+++ b/README.SUBMITTING_PATCH
@@ -138,11 +138,10 @@ work on "master".
Read CODING_STANDARDS before you start working.
-After modifying the source see README.TESTING and
-http://qa.php.net/write-test.php for how to test. Submitting test
-scripts helps us to understand what functionality has changed. It is
-important for the stability and maintainability of PHP that tests are
-comprehensive.
+After modifying the source see https://qa.php.net/write-test.php for
+how to test. Submitting test scripts helps us to understand what
+functionality has changed. It is important for the stability and
+maintainability of PHP that tests are comprehensive.
After testing is finished, create a patch file using the command: