Kraken\_Module\Filesystem\_Partial\Filesystem\FsApiReadPartial::testApiRead_ThrowsException_WhenPathDoesNotExist PHP Метод

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

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