Exemplo n.º 1
0
 /**
  * Testing the getItemCount method.
  *
  * @since 1.0
  */
 public function testGetItemCount()
 {
     $options = $this->denum1->getOptions();
     $this->assertEquals(count($options), $this->denum1->getItemCount(), 'testing the getItemCount method');
 }