コード例 #1
0
ファイル: CollectionTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testGetIcons()
 {
     $this->assertInternalType('array', $this->object->getIcons());
 }