Gc\Datatype\AbstractDatatype\AbstractEditorTest::testRender PHP Method

testRender() public method

Test
public testRender ( ) : void
return void
    public function testRender()
    {
        $this->object->addPath(__DIR__ . '/../');
        $this->assertEquals('String' . PHP_EOL, $this->object->render('_files/template.phtml'));
    }