コード例 #1
0
ファイル: IconRegistryTest.php プロジェクト: hlop/TYPO3.CMS
 /**
  * @test
  */
 public function getAllRegisteredIconIdentifiersReturnsArrayWithAllRegisteredIconIdentifiers()
 {
     $result = $this->subject->getAllRegisteredIconIdentifiers();
     $this->assertInternalType('array', $result);
     $this->assertContains('default-not-found', $result);
 }