silverstripe-framework/tests/security
Sam Minnee f0dfab1308 MINOR unit test for getting members by permission via roles (from r88276)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@98084 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:18:20 +13:00
..
GroupTest.php FEATURE: added several tests for PermissionCheckboxSetField, PermissionRole and Group 2011-02-02 14:17:59 +13:00
GroupTest.yml Merged from branches/2.3 2009-04-29 01:20:24 +00:00
MemberAuthenticatorTest.php MINOR Fixed MemberAuthenticatorTest, was setting global state in r97357 2011-02-02 14:18:11 +13:00
MemberTest.php MINOR Added tests methods for Member::can*() methods to MemberTest 2011-02-02 14:17:57 +13:00
MemberTest.yml BUGFIX #4686 Fixed $member non-object error, and decorated checks from not working in Member::canView(), Member::canEdit() and Member::canDelete() 2011-02-02 14:17:57 +13:00
PasswordEncryptorTest.php NOTFORMERGE Fixed merge error from r91576 2011-02-02 14:17:36 +13:00
PermissionCheckboxSetFieldTest.php FEATURE: added several tests for PermissionCheckboxSetField, PermissionRole and Group 2011-02-02 14:17:59 +13:00
PermissionCheckboxSetFieldTest.yml FEATURE: added several tests for PermissionCheckboxSetField, PermissionRole and Group 2011-02-02 14:17:59 +13:00
PermissionRoleTest.php FEATURE: added several tests for PermissionCheckboxSetField, PermissionRole and Group 2011-02-02 14:17:59 +13:00
PermissionRoleTest.yml FEATURE: added several tests for PermissionCheckboxSetField, PermissionRole and Group 2011-02-02 14:17:59 +13:00
PermissionTest.php MINOR unit test for getting members by permission via roles (from r88276) 2011-02-02 14:18:20 +13:00
PermissionTest.yml API CHANGE: Added PermissionRole and PermissionRoleCode, along with relevant tests for the permission system. (from r85173) 2009-10-15 22:27:56 +00:00
SecurityDefaultAdminTest.php MINOR: Make SecurityDefaultAdminTest when you run it by itself. 2011-02-02 14:18:15 +13:00
SecurityTest.php BUGFIX Checking for presence of all columns in Security::database_is_ready(). This was necessitated by an earlier change to the sapphire ORM which now selects all columns explicitly in a SQL query (instead of SELECT *) (see #4027) 2011-02-02 14:18:13 +13:00