Kraken\_Unit\Filesystem\Adapter\AdapterLocalTest::testApiConstruct_ThrowsException_WhenParentThrowsException PHP Method

testApiConstruct_ThrowsException_WhenParentThrowsException() public method

    public function testApiConstruct_ThrowsException_WhenParentThrowsException()
    {
        $this->setExpectedException(InstantiationException::class);
        $adapter = new AdapterLocal('/ext');
    }