silverstripe-framework/tests/php/Core/Injector
Ingo Schommer 100048da33 API PSR-11 compliance (fixes #6594) (#6931)
Note that our usage of `$asSingleton` in `get()` is fine. Quote from the PSR:

> Two successive calls to get with the same identifier SHOULD return the same value. However, depending on the implementor design and/or user configuration, different values might be returned, so user SHOULD NOT rely on getting the same value on 2 successive calls.
2017-05-19 13:45:07 +12:00
..
AopProxyServiceTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
InjectorTest API Upgrade tests to use new Config API 2017-02-27 16:54:01 +13:00
AopProxyServiceTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
InjectorTest.php API PSR-11 compliance (fixes #6594) (#6931) 2017-05-19 13:45:07 +12:00