Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetLayouts()
 {
     $layouts = $this->object->getLayouts();
     $this->assertTrue(count($layouts) >= 1);
 }