diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2018-10-07 04:31:59 +0200 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2018-10-18 08:01:22 +0200 |
| commit | 0e60b812c05ed5e3704ab6f31f29040040c3edd7 (patch) | |
| tree | be2b9b3b4746e11a5e70b49384261afa8f8ddaf2 /README.SUBMITTING_PATCH | |
| parent | 78a8b0f0d77938fecb178b8f58d2463de0c01947 (diff) | |
| download | php-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_PATCH | 9 |
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: |
