Essence\Dom\Document\NativeTest::testConstruct PHP Method

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        $this->setExpectedException('Exception');
        $Native = new Native('');
    }