summaryrefslogtreecommitdiff
path: root/tests/run-test
Commit message (Collapse)AuthorAgeFilesLines
* fix testAnatol Belski2015-08-171-5/+2
| | | | | | This fail has nothing together with any changes in run-tests.php Using run-tests.php from the 5.5 branch brings the same result. So merely it is about how PHP7 handles and buffers errors.
* Fixed tests(I am not sure, these tests seems strange, anyway it passesXinchen Hui2015-08-133-6/+6
| | | | locally now)
* bring back the division by zero warningAnatol Belski2015-07-053-6/+8
|
* Remove warning upon division by zeroBob Weinand2015-07-023-8/+6
|
* Revert "Fixed last previously broken tests"Dmitry Stogov2015-06-292-4/+6
| | | | This reverts commit 79b1832dd5086cd9b4a2e778a62f1743b548726c.
* Fixed last previously broken testsBob Weinand2015-06-292-6/+4
|
* Another CRLF test fixKalle Sommer Nielsen2015-03-261-2/+2
|
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-214-4/+4
|
* Fix tests to account for warnings moved from RT to CTNikita Popov2014-08-152-2/+4
|
* run-tests.php: Adding support for sections EXPECT_EXTERNAL, EXPECTF_EXTERNAL ↵Tim Strehle2013-09-036-0/+33
| | | | and EXPECTREGEX_EXTERNAL. (Issue 55736)
* Fix tests (patch by Lars)Hannes Magnusson2008-07-212-2/+2
|
* Fixed tests (new E_ALL value)Felipe Pena2008-02-242-2/+2
|
* add --STDIN-- supportNuno Lopes2006-09-141-0/+17
|
* - Hardcoded error mode was changed to 8191Marcus Boerger2006-05-103-3/+3
|
* Fix tests now that class names are shown in correct casingMarcus Boerger2003-12-221-1/+1
|
* Fix tests for E_STRICT and check for E_STRICT in run-tests.php.Marcus Boerger2003-11-303-3/+3
|
* Per request by Derick and Marcus.Sebastian Bergmann2003-06-011-0/+12
|
* Made dirname() binary-safe.Moriyoshi Koizumi2003-04-121-0/+0
|
* (re)check in non ZendOptimizer version of testMarcus Boerger2003-03-031-0/+32
|
* Fixed typoFixed typoFixed typoFixed typoFixed typoFixed typoFixed typoFixed typoMoriyoshi Koizumi2003-01-131-1/+1
|
* - Fix tests if Zend Optimizer is loadedDerick Rethans2003-01-012-1/+38
|
* -testing the testsMarcus Boerger2002-11-047-0/+135
-moved tests/dirname.phpt to tests/run-test/test007.phpt because many tests use this to find their additional files. -no more tests in tests directly only in subdirectories