Example #1
0
 /**
  * @covers ::getFactoryMethods
  */
 public function test_getFactoryMethods()
 {
     $this->assertNotEmpty($this->URI->getFactoryMethods(), 'IURI::getFactoryMethods() Returned an invalid value');
     $this->assertContainsOnlyInstancesOf('ReflectionMethod', $this->URI->getFactoryMethods(), 'IURI::getFactoryMethods() Returned an invalid value');
 }