summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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