silverstripe-framework/tests/security
Sean Harvey faab8f7d16 MINOR Added tests methods for Member::can*() methods to MemberTest
MINOR Added test Extension classes for testing decorated can*() methods


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@94359 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:17:57 +13:00
..
GroupTest.php API CHANGE Deprecated use of SapphireTest->fixture to access YML fixtures, please use gateway methods on SapphireTest instead (e.g. $this->objFromFixture() instead of $this->fixture->objFromFixture()) 2009-07-08 00:06:16 +00:00
GroupTest.yml Merged from branches/2.3 2009-04-29 01:20:24 +00:00
MemberAuthenticatorTest.php BUGFIX Legacy password hash migration in MemberAuthenticator::authenticate() which fixes the precision problems mentioned in #3004 when a user logs in (from r90950) 2011-02-02 14:17:36 +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 API CHANGE Refactored hiding of Permissions added in r92428. Added PermissionCheckboxSetField?->setHiddenPermissions() (from r92865) 2011-02-02 14:17:38 +13:00
PermissionTest.php API CHANGE Refactored hiding of Permissions added in r92428. Added PermissionCheckboxSetField?->setHiddenPermissions() (from r92865) 2011-02-02 14:17:38 +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
SecurityTest.php BUGFIX More robust URL handling in SecurityTest to avoid failing on custom /admin redirects 2009-09-01 06:48:31 +00:00