コード例 #1
0
ファイル: DocumentTest.php プロジェクト: pnaq57/zf2demo
 public function testConstructorShouldAcceptDocumentString()
 {
     $html = $this->getHtml();
     $document = new Document($html);
     $this->assertSame($html, $document->getStringDocument());
 }