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