Esempio n. 1
0
 /**
  * Tests the getItems method
  *
  * @return  void
  *
  * @since   3.0
  */
 public function testGetItems()
 {
     $this->assertThat($this->object->getItems(), $this->isType('array'));
 }