summaryrefslogtreecommitdiff
path: root/ext/tidy/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a test for tidyNode::__construct()Pierrick Charron2009-12-291-0/+12
* Changed tidyNode class to disallow manual node creation.Pierrick Charron2009-12-252-22/+0
* Fixed bug #50558 (Broken object model when extending tidy)Pierrick Charron2009-12-251-0/+28
* Merging last tests made in HEADPatrick Allaert2009-09-016-0/+120
* test for /ext/tidy from stefan priebschZoe Slattery2009-03-161-0/+41
* - Fixed testsFelipe Pena2009-01-092-0/+8
* fix crash when fetching a node type that doesnt existNuno Lopes2007-09-201-0/+28
* Fixed test to work with new version of libtidy that strips spacesIlia Alshanetsky2007-02-241-6/+4
* merge the tidyNode::getParent() patch from HEADNuno Lopes2007-02-111-0/+15
* add testNuno Lopes2007-01-231-0/+59
* new tests. bump code coverage to 81%Nuno Lopes2007-01-203-0/+115
* sync code and tests between HEAD and PHP_5_2 branches. what a confusion...Nuno Lopes2006-09-055-39/+139
* finish the cleaning. also add a new testNuno Lopes2006-09-051-0/+49
* MFH: fix leak, add testAntony Dovgal2006-08-301-0/+38
* fix bug #34965 tidy is not binary safeMichael Wallner2005-10-251-0/+16
* fix testsfoobar2005-04-022-33/+231
* This test is conditional on the libTidy library. On some configurationsIlia Alshanetsky2004-11-301-1/+1
* Tests were fixed.Dmitry Stogov2004-11-225-6/+5
* Return FALSE when file cannot be found.Ilia Alshanetsky2004-09-261-1/+2
* - Remove unused blocksMarcus Boerger2004-05-1916-48/+0
* Renamed tidy_node to tidyNode, removed the tidy_exception class and updatedJohn Coggeshall2004-05-092-34/+34
* Fixed test.Ilia Alshanetsky2004-04-251-3/+1
* Fixing a tidy_getopt() bug, and converting all exceptions to E_WARNINGJohn Coggeshall2004-04-181-2/+2
* Updating tests that got left behind when we changed to studlyCapsJohn Coggeshall2004-02-054-6/+7
* Doh.. snuck by me!John Coggeshall2004-01-141-0/+1
* Forgot to add these testsJohn Coggeshall2004-01-144-0/+49
* With the approval of Andi, changing the Tidy API to reduce the possibleJohn Coggeshall2004-01-1413-437/+35
* Added an optional array parameter to tidy_parse_file/string toJohn Coggeshall2004-01-063-0/+34
* Added examples for tidy v2.0 (in PHP5) and a few more tests..John Coggeshall2004-01-037-0/+1018
* Fixed tidy tests.Ilia Alshanetsky2003-12-196-45/+77
* Updated test cases and examples and cleaned up the new OO code so it willJohn Coggeshall2003-09-226-32/+19
* Keeping up with ZE changes to the function struct, fixed testsJohn Coggeshall2003-08-067-7/+7
* Adding the tidy extension to PECLJohn Coggeshall2003-08-018-0/+186