Neos\Media\Tests\Unit\ViewHelpers\ImageViewHelperTest::doNotThrowExceptionIfImageIsNull PHP Метод

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

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