Esempio n. 1
0
 /**
  * @covers ::getFactoryMethods
  */
 public function test_getFactoryMethods()
 {
     $this->assertNotEmpty($this->Email->getFactoryMethods(), 'IEmailAddress::getFactoryMethods() Returned an invalid value');
     $this->assertContainsOnlyInstancesOf('ReflectionMethod', $this->Email->getFactoryMethods(), 'IEmailAddress::getFactoryMethods() Returned and invalid value');
 }