silverstripe-framework/tests/php/Core/ClassInfoTest
Garion Herman e89ae93ac9 FIX Harden hasMethod() against invalid values
This method should typehint the incoming value once union types are
available, but for now this ensures that method_exists() is not called
on scalar values, which is unsupported in PHP 8.
2020-10-28 09:34:33 +13:00
..
BaseClass.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
BaseDataClass.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
BaseObject.php NEW Add ClassInfo method to get all classes with a given extension applied 2020-03-24 10:48:35 +13:00
ChildClass.php BUG Added warning for auto-generated table_name for non-test classes 2017-11-27 20:22:37 +13:00
ExtendTest.php NEW Add ClassInfo method to get all classes with a given extension applied 2020-03-24 10:48:35 +13:00
ExtendTest2.php NEW Add ClassInfo method to get all classes with a given extension applied 2020-03-24 10:48:35 +13:00
ExtendTest3.php NEW Add ClassInfo method to get all classes with a given extension applied 2020-03-24 10:48:35 +13:00
ExtensionTest1.php NEW Add ClassInfo method to get all classes with a given extension applied 2020-03-24 10:48:35 +13:00
ExtensionTest2.php NEW Add ClassInfo method to get all classes with a given extension applied 2020-03-24 10:48:35 +13:00
GrandChildClass.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
HasFields.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
HasMethod.php FIX Harden hasMethod() against invalid values 2020-10-28 09:34:33 +13:00
NoFields.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
WithCustomTable.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
WithRelation.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00