silverstripe-framework/tests/php/Security
Guy Sartorelli 826028082b
FIX Sort without specifying a table name (#10675)
Using a table name in sort() is not allowed in CMS 5. We could use
orderBy() here but member is the table it will sort on by default anyway
so there's no need.

Also added unit tests, which should have caught this ages ago.
2023-02-01 13:52:13 +13:00
..
BasicAuthTest MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
Confirmation Run PSR2 Lint cleaner 2019-10-04 13:26:31 +13:00
GroupCsvBulkLoaderTest API Namespace framework tests 2016-11-23 19:25:12 +13:00
GroupTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
InheritedPermissionsFlusherTest Minor linting / style updates 2017-12-11 16:46:59 +13:00
InheritedPermissionsTest Merge branch '4.0' into 4.1 2018-02-21 13:40:30 +00:00
MemberAuthenticator API Stop using deprecated API 2022-11-15 18:20:54 +13:00
MemberCsvBulkLoaderTest API Namespace framework tests 2016-11-23 19:25:12 +13:00
MemberTest MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
PasswordEncryptorTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
SecurityTest MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
BasicAuthTest.php MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
BasicAuthTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
GroupCsvBulkLoaderTest.php Merge branch '4.10' into 4.11 2022-05-27 12:55:35 +12:00
GroupCsvBulkLoaderTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
GroupTest.php MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
GroupTest.yml NEW Validate the Title on Group is not empty (#10113) 2021-11-03 14:26:16 +13:00
InheritedPermissionsFlusherTest.php API Upgrade SapphireTest to work with phpunit 9 (#10028) 2021-10-27 15:39:47 +13:00
InheritedPermissionsFlusherTest.yml Minor linting / style updates 2017-12-11 16:46:59 +13:00
InheritedPermissionsTest.php API Upgrade SapphireTest to work with phpunit 9 (#10028) 2021-10-27 15:39:47 +13:00
InheritedPermissionsTest.yml Fix administrators not being able to see files that are restricted to groups 2019-09-23 16:44:28 +12:00
MemberAuthenticatorTest.php MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
MemberCsvBulkLoaderTest.php API Stop using deprecated API 2022-11-15 18:20:54 +13:00
MemberCsvBulkLoaderTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
MemberTest.php FIX Sort without specifying a table name (#10675) 2023-02-01 13:52:13 +13:00
MemberTest.yml FIX Sort without specifying a table name (#10675) 2023-02-01 13:52:13 +13:00
PasswordEncryptorTest.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
PasswordExpirationMiddlewareTest.php API Upgrade SapphireTest to work with phpunit 9 (#10028) 2021-10-27 15:39:47 +13:00
PasswordValidatorTest.php API Upgrade SapphireTest to work with phpunit 9 (#10028) 2021-10-27 15:39:47 +13:00
PermissionCheckboxSetFieldTest.php MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
PermissionCheckboxSetFieldTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
PermissionRoleTest.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
PermissionRoleTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
PermissionTest.php MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
PermissionTest.yml ENH Override record if a provided GroupId with provided Code already exist in Permission table. 2022-05-23 14:52:33 +12:00
RandomGeneratorTest.php API Remove deprecated code (#10594) 2022-12-08 10:44:47 +13:00
RememberLoginHashTest.php API Upgrade SapphireTest to work with phpunit 9 (#10028) 2021-10-27 15:39:47 +13:00
RememberLoginHashTest.yml FIX Better handling of remember me token when login across devices is disabled (#9895) 2021-03-31 11:31:52 +13:00
SecurityDefaultAdminTest.php MNT Explicitly test with blowfish 2022-11-10 11:36:56 +13:00
SecurityTest.php MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
SecurityTokenTest.php API Normalise trailing slashes for all paths 2023-01-20 10:31:14 +13:00
VersionedMemberAuthenticatorTest.php MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00