Пример #1
0
 public function testContentLocationGetFieldValueReturnsProperValue()
 {
     $contentLocationHeader = new ContentLocation();
     $contentLocationHeader->setUri('http://www.example.com/');
     $this->assertEquals('http://www.example.com/', $contentLocationHeader->getFieldValue());
     $contentLocationHeader->setUri('/path');
     $this->assertEquals('/path', $contentLocationHeader->getFieldValue());
 }
Пример #2
0
    public function testContentLocationGetFieldValueReturnsProperValue()
    {
        $this->markTestIncomplete('ContentLocation needs to be completed');

        $contentLocationHeader = new ContentLocation();
        $this->assertEquals('xxx', $contentLocationHeader->getFieldValue());
    }