Exemple #1
0
 /**
  * @test
  */
 public function getAllRegisteredIconIdentifiersReturnsArrayWithAllRegisteredIconIdentifiers()
 {
     $result = $this->subject->getAllRegisteredIconIdentifiers();
     $this->assertInternalType('array', $result);
     $this->assertContains('default-not-found', $result);
 }