コード例 #1
0
ファイル: DocumentTest.php プロジェクト: f21/paradox
 /**
  * @covers Paradox\pod\Document::getReferencePod
  */
 public function testGetNullReferencePod()
 {
     $this->assertNull($this->document->getReferencePod(), "The retrieved reference pod should be null");
 }