Example #1
0
 /**
  * @covers ::getFactoryMethods
  */
 public function test_getFactoryMethods()
 {
     $this->assertNotEmpty($this->Message->getFactoryMethods(), 'IMessage::getFactoryMethods() Returned an invalid value');
     $this->assertContainsOnlyInstancesOf('ReflectionMethod', $this->Message->getFactoryMethods(), 'IMessage::getFactoryMethods() should return an array of ReflectionMethod');
 }