summaryrefslogtreecommitdiff
path: root/README.TESTING
Commit message (Collapse)AuthorAgeFilesLines
* Move all testing docs to qa.php.netPeter Kokot2018-10-181-181/+0
| | | | | | | 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.
* Remove server-tests.phpNikita Popov2018-09-181-135/+0
| | | | | | | | | | | As far as I know server-tests.php is unmaintained and no longer used for anything nowadays. Some of the new sections are supported by run-tests.php itself nowadays and some server-based tests (using the CLI server or php-fpm) are performed through different means. Dropping server-tests.php has been discussed in a bunch of PR discussions already, so let's go ahead with it...
* Fix SKIPIF sectionGabriel Caruso2018-02-081-1/+1
|
* Refactor testing READMEsPeter Kokot2018-02-081-8/+143
| | | | | This patch removes additional README.TESTING2 file and moves its contents into a single README.TESTING file for convenience.
* Update README.TESTINGNikhil Vimal2015-02-071-2/+3
|
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
|
* Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-1/+1
|
* Change automaticaly to automaticallyCarson McDonald2014-01-211-1/+1
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* clarification of wwwhether 'make test' needs the PHP xecutable to be setZoe Slattery2009-03-201-4/+5
|
* typoHartmut Holzgraefe2004-04-151-1/+1
|
* be a bit more explanatory ...Hartmut Holzgraefe2004-04-151-2/+11
|
* Update documentation for PHP 5.Jon Parise2003-07-031-1/+1
|
* Correcting example to use proper variable - NO_INTERACTIONDavid Hill2003-03-191-1/+1
|
* test commitSascha Schumann2003-01-201-1/+1
|
* - Moved to http://qa.php.net/write-test.phpDerick Rethans2003-01-191-138/+1
|
* Enough discussion on display_erros it seemsMarcus Boerger2002-10-301-5/+9
|
* Only in EXPECTREGEXMarcus Boerger2002-10-261-3/+3
|
* -introduce EXPECTREGEXMarcus Boerger2002-10-261-10/+33
| | | | | | -add %c for EXPECTF #i think we must escape the special characters for EXPECTF: ".()" and such
* Added note about error reporting in tests.Ilia Alshanetsky2002-10-251-0/+7
|
* updateMarcus Boerger2002-10-251-68/+82
|
* additionsMarcus Boerger2002-10-241-3/+4
|
* Correct mispellings and some word misuse.Jon Parise2002-10-231-12/+12
|
* Provide an example cron script, to invite people to test.Melvyn Sopacua2002-10-231-0/+28
|
* no more lookingMelvyn Sopacua2002-10-231-1/+1
|
* statis->statusMelvyn Sopacua2002-10-231-2/+2
| | | | | clarity on the exit status
* Some english fixesMelvyn Sopacua2002-10-231-23/+46
| | | | | | | | Added docs for automated testing. Now telling the current version of the truth about ini settings :) Be more verbose about QA goals intentions and the tester's part in the process.
* update and correctMarcus Boerger2002-10-231-11/+35
|
* Update documentationMarcus Boerger2002-10-221-0/+2
|
* Update info and synch example test.Marcus Boerger2002-09-121-22/+28
|
* -c option is for path.Yasuo Ohgaki2002-03-181-4/+4
|
* Catch up with recent test scripts changesYasuo Ohgaki2002-03-121-18/+20
|
* Fixed wrong description about CLI sapi usage.Yasuo Ohgaki2002-03-051-4/+3
| | | | | | | | | | Currently "make test" is running test script as ./sapi/cli/php -c php.ini-dist run-tests.php "make test" does not work... I'm supposing this will be changed to use CGI sapi for now.
* Added README.TESTINGYasuo Ohgaki2002-03-051-0/+174