| Total Complexity | 2 | 
| Total Lines | 21 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 11 | class ExtensionRegistryHelperTest extends TestCase { | ||
| 12 | |||
| 13 | /** | ||
| 14 | * This has to come first. Otherwise the singleton will already be stored in the static variable. | ||
| 15 | * | ||
| 16 | * @throws \Exception | ||
| 17 | */ | ||
| 18 | 	public function testGetSingletonOnInvalidEnvironment() { | ||
| 23 | } | ||
| 24 | |||
| 25 | /** | ||
| 26 | * @throws \Exception | ||
| 27 | */ | ||
| 28 | 	public function testGetSingleton() { | ||
| 36 |