summaryrefslogtreecommitdiff
path: root/tests/unit/Data
AgeCommit message (Collapse)Author
2013-09-17Chnages in phpunit's bootstrap script; should hopefully fix travisFabio Bas
2013-09-13Add some missing empty directory, and a dummy .gitignore inside themFabio Bas
Otherwise git would strip them away
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
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2011-05-21up-ported to trunk/ unit tests fixes from r2921ctrlaltca@gmail.com
2010-02-21Merged latest changes into trunk (except r2773)godzilla80@gmx.net
/branches/3.1:r2765,2770-2771,2774,2776-2778
2009-05-01Fixed Issue #55 - TPropertyAccess.get don't recognize magic getter __getgodzilla80@gmx.net
2009-03-22Fixed Issue #88 - SQLMap $Param$ re-evaluation buggodzilla80@gmx.net
2008-08-06fixed #899knut
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-11-25DB layer is completed.xue
2006-11-25Further bug fixes.xue
2006-11-24bug fixes of data layer.xue
2006-11-24Added DB layer.xue