PopTest\Dom\ChildTest::testChildConstructor PHP Метод

testChildConstructor() публичный Метод

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