Пример #1
0
 /**
  * Test the fromDeploymentDescriptor() method with is actually not implemented.
  *
  * @return void
  */
 public function testFromDeploymentDescriptor()
 {
     $this->assertNull($this->descriptor->fromDeploymentDescriptor(new \SimpleXMLElement('<root/>')));
 }