silverstripe-cms/tests
Ingo Schommer f969eeedc3 MINOR Removing MemberImportFormTest, breaks PHPUnit test run, and doesnt have any assertions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@111053 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 17:53:47 +13:00
..
salad MINOR: Tweaks to ModelAdmin tabs HTML, and salad tests 2011-02-02 17:53:33 +13:00
CMSMainTest.php MINOR Made CMSMainTest more resilient against database ID changes (Postgres doesn't have auto-increment resets across tests at the moment) 2011-02-02 17:53:42 +13:00
CMSMainTest.yml MINOR: Fixed test that required a separate Page table. 2011-02-02 17:53:41 +13:00
CMSMenuTest.php Merged from branches/2.3 2009-02-03 02:50:25 +00:00
CommentAdminTest.php ENHANCEMENT Added PageComment->canView()/canEdit()/canDelete(), and using these permissions in PageCommentInterface. Caution: canCreate() actions are still determined by PageCommentInterface::$comments_require_login/$comments_require_permission 2011-02-02 17:53:35 +13:00
FilesystemPublisherTest.php MINOR Unsetting state in FilesystemPublisherTest (regression from r103745) 2011-02-02 17:53:31 +13:00
LeftAndMainTest.php BUGFIX #5073: Fixed CMS version indicator for alpha and beta versions. 2011-02-02 17:53:05 +13:00
MemberTableFieldTest.php ENHANCEMENT Making setting optional in MemberTableField. Field instances without will list all members unfiltered, and remove members from the database rather than the group relation. 2011-02-02 17:52:58 +13:00
MemberTableFieldTest.yml ENHANCEMENT Making setting optional in MemberTableField. Field instances without will list all members unfiltered, and remove members from the database rather than the group relation. 2011-02-02 17:52:58 +13:00
ModelAdminTest.php MINOR: Updated ModelAdminTest to use extraDataObjects (from r90055) 2011-02-02 17:52:15 +13:00
ModelAdminTest.yml Merged from 2.3 2009-05-06 06:37:45 +00:00
PageCommentsTest.php ENHANCEMENT Added PageComment->canView()/canEdit()/canDelete(), and using these permissions in PageCommentInterface. Caution: canCreate() actions are still determined by PageCommentInterface::$comments_require_login/$comments_require_permission 2011-02-02 17:53:35 +13:00
PageCommentsTest.yml ENHANCEMENT Added PageComment->canView()/canEdit()/canDelete(), and using these permissions in PageCommentInterface. Caution: canCreate() actions are still determined by PageCommentInterface::$comments_require_login/$comments_require_permission 2011-02-02 17:53:35 +13:00
SecurityAdminTest.php MINOR Moved ul.tree rules from cms/css/cms_left.css to sapphire/javascript/tree/tree.css (particularly around multiselect tickbox styling) (see r98854) (merged from r98855) (from r98865) 2011-02-02 17:53:00 +13:00
SideReportTest.php MINOR: Fixed side report tests to suit new report system. (from r96646) 2011-02-02 17:52:37 +13:00
SideReportTest.yml BUGFIX Using standard SQL and SSDatetime::now() in SideReport_RecentlyEdited (see #4052) 2009-08-06 21:41:49 +00:00
SSReportTest.php API CHANGE: Introduced new API for SS_Report 2011-02-02 17:52:39 +13:00