Neos\Fusion\Tests\Functional\TypoScriptObjects\BasicRenderingTest::contentIsNotTrimmed PHP Method

contentIsNotTrimmed() public method

public contentIsNotTrimmed ( )
    public function contentIsNotTrimmed()
    {
        $view = $this->buildView();
        $view->setTypoScriptPath('basicRendering/contentIsNotTrimmed');
        $this->assertEquals('X I want to have some space after me ', $view->render());
    }