コード例 #1
0
ファイル: CollectionTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testGetLayouts()
 {
     $layouts = $this->object->getLayouts();
     $this->assertTrue(count($layouts) >= 1);
 }