Neos\Cache\Tests\Unit\Backend\SimpleFileBackendTest::hasThrowsExceptionForInvalidIdentifier PHP Method

hasThrowsExceptionForInvalidIdentifier() public method

public hasThrowsExceptionForInvalidIdentifier ( string $identifier )
$identifier string
    public function hasThrowsExceptionForInvalidIdentifier($identifier)
    {
        $simpleFileBackend = $this->getSimpleFileBackend();
        $simpleFileBackend->has($identifier);
    }