TYPO3 CMS  TYPO3_6-2
IntegrityTest.php
Go to the documentation of this file.
1 <?php
3 
26 
38  public function standardSingletonIsRegistered() {
40  $this->assertArrayHasKey('TYPO3\\CMS\\Core\\Cache\\CacheManager', $registeredSingletons);
41  $this->assertTrue($registeredSingletons['TYPO3\\CMS\\Core\\Cache\\CacheManager'] instanceof \TYPO3\CMS\Core\Cache\CacheManager);
42  }
43 }