Kraken\_Module\Filesystem\_Partial\Filesystem\FsApiReqPartial::testApiReq_ThrowsException_WhenPathDoesNotExist PHP Method

testApiReq_ThrowsException_WhenPathDoesNotExist() public method

    public function testApiReq_ThrowsException_WhenPathDoesNotExist()
    {
        $test = $this->getTest();
        $fs = $this->createFilesystem();
        $test->setExpectedException(ReadException::class);
        $fs->req($this->getPrefixed('FILE_NULL'));
    }