PopTest\Dom\ChildTest::testChildConstructor PHP 메소드

testChildConstructor() 공개 메소드

    public function testChildConstructor()
    {
        $this->assertInstanceOf('Pop\\Dom\\Child', new Child('p', 'This is a paragraph'));
    }