summaryrefslogtreecommitdiff
path: root/test/ORMTest.php
AgeCommit message (Expand)Author
2015-04-07Update ORM#is_dirty - swapped isset() for array_key_exists() - isset() will r...blair
2014-06-19Update tests to not expect generic exception, as PHPUnit < 3.7 (PHP 5.2) can'...Mitch
2014-06-07Tests for 27fb7f29a849270b329533b8f7944beb163b1c06Mitch
2013-12-26Adds regression tests for missing magic method calls to ORM and IdiormResultSetmichaelward82
2013-04-16Add support for T-SQL style TOP clausesSebastien Bariteau
2013-01-18Move out non-query gen testsSimon Holywell
2013-01-18Move more query tests over to PHPUnitSimon Holywell
2013-01-17Begin moving query building tests into phpunitSimon Holywell
2013-01-15Add ResultSet functionality to IdiormSimon Holywell
2013-01-15Add in some PHPUnit testsSimon Holywell