summaryrefslogtreecommitdiff
path: root/tests/unit/phpunit.php
AgeCommit message (Collapse)Author
2013-09-17Chnages in phpunit's bootstrap script; should hopefully fix travisFabio Bas
2013-09-14Hopefully fix travis testsFabio Bas
2013-09-13Update to r3325Ciro Mattia Gonano
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
2010-09-26Upgraded the phpunit ini file to work with PHPUnit 3.3, 3.4, and 3.5. There ↵javalizard
are conditionals for 3.3 and 3.4. No more Framework file includes are needed with 3.5.
2008-06-27Fixed #872tof
2007-06-09added custom Prado class for unit testsknut
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)