Neos\FluidAdaptor\Tests\Unit\ViewHelpers\Format\IdentifierViewHelperTest::renderThrowsExceptionIfGivenValueIsNoObject PHP Method

renderThrowsExceptionIfGivenValueIsNoObject() public method

    public function renderThrowsExceptionIfGivenValueIsNoObject()
    {
        $notAnObject = array();
        $this->viewHelper->render($notAnObject);
    }