summaryrefslogtreecommitdiff
path: root/tests/unit/AllTests.php
AgeCommit message (Collapse)Author
2013-09-17Chnages in phpunit's bootstrap script; should hopefully fix travisFabio Bas
2012-11-18Reworked the "test" task in order to make it work again:ctrlaltca
- it will use the system PHPUnit installation if available (bundled PHPUnit with prado is no more a choice) - fixed tests in order to be compatible with recent phpunit versions (currently 3.7) - dropped old tests referring to unexisting components (NOTE: this includes what seems a test suite for an older version of SQLMap) Added some svn-ignore properties
2009-03-22Fixed Issue #88 - SQLMap $Param$ re-evaluation buggodzilla80@gmx.net
2008-08-06fixed #899knut
2007-07-27typo.carl
2007-07-27#682 - testing of TCacheHttpSessioncarl
2007-06-09simple unit test for TActiveHiddenField property Valuecarl
2007-06-04added more unit test stubsknut
2007-05-29added tests for TextWriter and added IO test suiteknut
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)