silverstripe-blog/code/model
Gordon Anderson cb45815fbd FIX: Tests now pass in Postgres on 3.1 and 3.2
Problems resolved:
1) Case sensitivy of check on Code field of Group
2) MySQL and Postgres have different date functions
3) When BlogID is empty, explicitly set it to 0.  If not then all tests break under Postgres
2016-01-22 22:48:02 +07:00
..
Blog.php FIX: Tests now pass in Postgres on 3.1 and 3.2 2016-01-22 22:48:02 +07:00
BlogCategory.php Converted to PSR-2 2015-11-21 19:17:29 +13:00
BlogPost.php FIX: Tests now pass in Postgres on 3.1 and 3.2 2016-01-22 22:48:02 +07:00
BlogTag.php Converted to PSR-2 2015-11-21 19:17:29 +13:00
CategorisationObject.php Converted to PSR-2 2015-11-21 19:17:29 +13:00