Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetSelect()
 {
     $this->assertInternalType('array', $this->object->getSelect());
 }
Example #2
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetSelect()
 {
     $layouts = $this->object->getSelect();
     $this->assertTrue(count($layouts) >= 1);
 }