Neos\Media\Tests\Unit\ViewHelpers\Uri\ImageViewHelperTest::doNotThrowExceptionIfImageIsNull PHP Method

doNotThrowExceptionIfImageIsNull() public method

    public function doNotThrowExceptionIfImageIsNull()
    {
        $this->viewHelper->initialize();
        $actualResult = $this->viewHelper->render(null);
        $this->assertEquals('', $actualResult);
    }