Neos\FluidAdaptor\Tests\Unit\ViewHelpers\Form\PasswordViewHelperTest::renderCallsSetErrorClassAttribute PHP Method

renderCallsSetErrorClassAttribute() public method

    public function renderCallsSetErrorClassAttribute()
    {
        $this->viewHelper->expects($this->once())->method('setErrorClassAttribute');
        $this->viewHelper->render();
    }