silverstripe-framework/tests/php/Core
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
..
Cache Merge remote-tracking branch 'origin/4.0' into 4 2018-01-22 14:57:05 +13:00
ClassInfoTest FIX Harden hasMethod() against invalid values 2020-10-28 09:34:33 +13:00
Config Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
EnvironmentTest BUG Replace phpdotenv with thread-safe replacement 2017-10-20 18:43:11 +13:00
Injector Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
Manifest Merge branch '4.6' into 4 2020-09-09 13:58:35 +12:00
ObjectTest Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
ClassInfoTest.php FIX Harden hasMethod() against invalid values 2020-10-28 09:34:33 +13:00
ConvertTest.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
CoreTest.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
EnvironmentLoaderTest.php BUG Replace phpdotenv with thread-safe replacement 2017-10-20 18:43:11 +13:00
EnvironmentTest.php Update getVariables to return a copy of globals rather than including the reference in an array merge 2018-02-27 09:52:36 +13:00
HTMLCleanerTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
KernelTest.php BUG Fix unassigned nestedFrom 2017-07-21 08:58:19 +12:00
MemoryLimitTest.php FIX core memory limit test 2019-07-12 16:30:25 +12:00
ObjectTest.php Fix various typos in comments 2020-05-16 10:34:53 +01:00
PathTest.php API Implement support for public/ webroot folder (#7741) 2018-01-12 16:25:02 +13:00
PhpSyntaxTest.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00