예제 #1
0
 /**
  * @depends test_getID
  * @covers ::getURL
  */
 public function test_getURL()
 {
     $Expected = sprintf('cid:%s', $this->Header->getID());
     $this->assertEquals($Expected, $this->Header->getURL(), 'ContentID::getURL() returned an invalid format');
 }