Commit: 3f4a19bf34342b4253ea2e517cd0c561537755ec Author: Freek Lijten <freeklij...@gmail.com> Thu, 19 Mar 2015 17:29:44 +0100 Parents: e4fcf7837971d4af40ae0e83aa066a6a6788a54f Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=3f4a19bf34342b4253ea2e517cd0c561537755ec Log: Changed debugging into analyzing, that seems to be a better wording. Changed paths: M write-test.php Diff: diff --git a/write-test.php b/write-test.php index 9e4a905..d681ac4 100644 --- a/write-test.php +++ b/write-test.php @@ -155,7 +155,7 @@ some typing and ensure that you get a good basic format. See <a href="autogenerate.php">test case generation</a> for instructions on how to use it.</p> -<h3><a name="debugging-tests" href="#debugging-tests" class="anchor">#</a>Debugging tests</h3> +<h3><a name="analyzing-failing-tests" href="#analyzing-failing-tests" class="anchor">#</a>Analyzing failing tests</h3> <p>While writing tests you will probably run into tests not passing while you think they should. The 'make test' command provides you with debug information. Several files will be added per test in the same directory as the .phpt file itself. Considering your test file is named foo.phpt, these files provide you with information that can help you find out what went wrong: -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php