summaryrefslogtreecommitdiff
path: root/ext/dom/tests
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in source code filesPeter Kokot2018-10-146-6/+3
* Trim trailing whitespace in source code filesPeter Kokot2018-10-134-5/+5
* Fix SKIPIF conditionsChristoph M. Becker2018-08-281-1/+4
* Add test for bug #76738Anatol Belski2018-08-171-0/+234
* DOMDocument::formatOutput attribute sometimes ignoredAndrew Nester2018-08-171-0/+18
* Revert "DOMDocument::formatOutput attribute sometimes ignored"Christoph M. Becker2018-08-141-21/+0
* Fixed test skipXinchen Hui2018-07-041-1/+4
* DOMDocument::formatOutput attribute sometimes ignoredAndrew Nester2018-06-281-0/+18
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2050-50/+50
* Add and fix SKIPIF sectionsGabriel Caruso2018-02-043-2/+7
* Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-041-1/+0
* Fixed bug #75451 (Assertion fails while foreach on empty xpath query)Xinchen Hui2017-10-281-0/+18
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-111-1/+1
|\
| * Fix test compat with libxml2 2.9.5Anatol Belski2017-09-111-1/+1
* | Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-311-2/+2
* | Implement Countable for DomNodeList and DOMNamedNodeMap (Request #74837)Andreas Treichel2017-07-102-0/+56
* | Merge branch 'PHP-7.1'Nikita Popov2017-06-031-0/+15
|\ \ | |/
| * Fixed bug #69373Tim Toohey2017-06-031-0/+15
* | Merge branch 'PHP-7.1'Remi Collet2017-04-131-0/+21
|\ \ | |/
| * Fixed bug #74416 Wrong reflection on DOMNode::cloneNodeFabien Villepinte2017-04-131-0/+21
* | Merge branch 'PHP-7.1'Nikita Popov2017-03-021-0/+14
|\ \ | |/
| * PHP bug #74004somedaysummer2017-03-021-0/+14
* | Deprecate assert() with string argumentNikita Popov2017-02-0314-26/+26
* | Merge branch 'PHP-7.1'Nikita Popov2017-02-031-15/+0
|\ \ | |/
| * Revert "Merge branch 'pull-request/2344' into PHP-7.0"Nikita Popov2017-02-031-15/+0
* | Merge branch 'PHP-7.1'Joe Watkins2017-02-031-0/+15
|\ \ | |/
| * Fixed bug #74004 LIBXML_NOWARNING (etc) ignored by DOMDocument::loadHTMLsomedaysummer2017-02-031-0/+15
* | Merge branch 'PHP-7.1'Anatol Belski2017-02-012-45/+0
|\ \ | |/
| * Revert "fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)"Anatol Belski2017-02-011-12/+0
| * Revert "fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)"Anatol Belski2017-02-011-33/+0
* | Merge branch 'PHP-7.1'Joe Watkins2017-01-301-0/+33
|\ \ | |/
| * fix BC break introduced by #2346 (sebastianbergmann/phpunit#2454)jhdxr2017-01-301-0/+33
* | Merge branch 'PHP-7.1'Joe Watkins2017-01-281-0/+12
|\ \ | |/
| * fixed bug #50989 (DOM support for LIBXML_NOXMLDECL)jhdxr2017-01-281-0/+12
* | Merge branch 'PHP-7.1'Joe Watkins2017-01-251-0/+27
|\ \ | |/
| * Added (failing) testcase for bug #54382Arnout Boks2017-01-251-0/+27
* | Merge branch 'PHP-7.1'Nikita Popov2017-01-103-3/+30
|\ \ | |/
| * Fixed #73907 (nextSibling property not included in var_dump of DOMNode)Arnout Boks2017-01-103-3/+30
* | Merge branch 'PHP-7.1'Nikita Popov2017-01-102-3/+25
|\ \ | |/
| * Fixed bug #61858 (DOMAttr debug info generates E_WARNING)Arnout Boks2017-01-102-3/+25
* | Merge branch 'PHP-7.1'Joe Watkins2017-01-071-3/+3
|\ \ | |/
| * PR #2211 don't supress warnings in testsCraig Duncan2017-01-071-3/+3
* | Merge branch 'PHP-7.1'Joe Watkins2017-01-021-0/+18
|\ \ | |/
| * Add (failing) testcase for bug #67474Arnout Boks2017-01-021-0/+18
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-1/+1
* | Remove the binary cast from unrelated testsPedro Magalhães2016-11-202-2/+2
* | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-201-1/+1
* | Revert "Fix test, this is kinda ugly, but at least for me on Windows there se...Kalle Sommer Nielsen2016-10-201-4/+4
* | Fix test, this is kinda ugly, but at least for me on Windows there seems to b...Kalle Sommer Nielsen2016-10-201-4/+4
|/
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-151-0/+20
|\