コード例 #1
0
ファイル: CommentTest.php プロジェクト: trashtoy/peach2
 /**
  * Container で定義されている getChildNodes() の仕様通りに動作することを確認します.
  * 
  * @covers Peach\Markup\Comment::getChildNodes
  * @see    Peach\Markup\ContainerTestImpl::testChildNodes
  */
 public function testGetChildNodes()
 {
     $test = new ContainerTestImpl($this, $this->object1);
     $test->testGetChildNodes();
 }