コード例 #1
0
ファイル: DocumentTest.php プロジェクト: f21/paradox
 /**
  * @covers Paradox\pod\Document::hasChanged
  */
 public function testHasChanged()
 {
     $this->assertTrue($this->document->hasChanged(), "This document should be marked as changed");
 }