ORIENT/tests/unit
Samuel Georges 7b0531e0a0 Tests to prove double save issue fixed
Has one and morph one relations would null on a second save. This is because the relation would use an UPDATE sql query to null the value, then leverage eloquent's save() method to apply it again. Eloquent's save() method does not apply attributes that are unchanged (not dirty), resulting in the value being left as null.

Refs #1986
2016-11-22 08:07:10 +11:00
..
backend Adds the ability to remove navigation items 2015-09-12 08:45:58 +10:00
cms Allow usage of namespace alias in the code section a a CMS page, with 2016-05-21 16:27:15 +02:00
plugins Tests to prove double save issue fixed 2016-11-22 08:07:10 +11:00
system/classes Fixes test 2016-06-04 06:13:25 +10:00
phpunit.xml Fixes unit tests for case sensitive file systems 2015-07-25 12:29:57 +10:00