summaryrefslogtreecommitdiff
path: root/modules/user/tests/User_Groups_Test.php
AgeCommit message (Collapse)Author
2009-01-11Fix User_Group tests for MySQL strict mode (can't omit full_name and ↵Andy Staudacher
password in inserts due to missing default values).
2008-12-15Update to reflect changes in Kohana ORM relationship code.Bharat Mediratta
Now you must call ORM::save() after ORM::add() and ORM::remove().