summaryrefslogtreecommitdiff
path: root/tests/unit/Web
AgeCommit message (Collapse)Author
2007-05-29added dummy application folder for unit testing System.Web.*knut
2007-05-29added some THttpRequest testsknut
2007-05-29completed THttpUtilityTestknut
2007-05-29upgraded unit test suite to use PHPUnit3knut
use "cd tests/; phpunit AllTests.php" to run the tests use "cd tests/; phpunit --report=coverage AllTests.php" to get a nice code coverage report (need xdebug)
2006-05-16Added unit test stubs for System.Web.* #168knut
2006-05-12Added unit tests for TXmlTransform control #99knut
2006-02-06added some more testsknut
2006-02-02removed checking getTagName() since it's protectedknut
2006-02-02ported two more unit testsknut