summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-11Addressed UTF-8 encoding issues.Technosophos
2013-04-11Working on tag parsing.Matt Butcher
2013-04-11Renamed string stream test file.Matt Farina
2013-04-11Started StringInputStream tests.Matt Farina
2013-04-10Streamlining recursion.Technosophos
2013-04-10Instead of throwing parse errors, we now send as events.Technosophos
2013-04-10Finishing tests on entities.Technosophos
2013-04-10Working on entity resolution.Technosophos
2013-04-10Added character reference test.Technosophos
2013-04-10Rounded out the Scanner tests.Matt Farina
2013-04-10Moved the ScannerTest into the Parser directory for the new work.Matt Farina
2013-04-10Moved the scanner to the new Parser InputStream and updated the unit tests to...Matt Farina
2013-04-10Fixed tokenizer test #1.Technosophos
2013-04-10Added EventStack testing event handler.Technosophos
2013-04-10Added test and stubbed out first method.Technosophos
2013-04-10Moved the scanner to the new string input parser. The current test will fail ...Matt Farina
2013-04-10Added tests for the scanner getHex method.Matt Farina
2013-04-10Added more documentation and tests to the Scanner.Matt Farina
2013-04-10Merge branch 'master' of github.com:technosophos/HTML5-PHPMatt Farina
2013-04-10Started unit tests on the scanner.Matt Farina
2013-04-10Stubs for scanner test.Matt Butcher
2013-04-10Initial add of scanner and tokenizer tests.Matt Butcher
2013-04-09Relocated old tests to SimpleTest dir for reference.Matt Butcher
2013-04-09Updated ParserTest to use PHPUnit.Matt Butcher
2013-04-09Finished unit tests of InputStream. Found & fixed bugs along the way.Matt Butcher
2013-04-09Unit tests for InputStream now cover ALL methods.Matt Butcher
2013-04-09Added new PHPUnit tests for InputStream.Matt Butcher
2013-04-08Relocating old tests as I begin updating.Matt Butcher
2013-04-06Converted example.php into a number of unit tests.Matt Butcher
2013-04-06Beginnings of PHPUnit tests.Matt Butcher
2013-04-02Initial add of html5lib.Technosophos