Ejemplo n.º 1
0
 /**
  * @covers ::getFactoryMethods
  */
 public function test_getFactoryMethods()
 {
     $this->assertGreaterThan(2, $this->Factory->getFactoryMethods(), 'IFactory::getFactoryMethods() Returned an invalid value');
 }