PopTest\Dom\ChildTest::testChildConstructor PHP Method

testChildConstructor() public method

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