Beispiel #1
0
    public function testRenderDestroy()
    {
        $expected = <<<EOF
if (CKEDITOR.instances["foo"]) {
    delete CKEDITOR.instances["foo"];
}
EOF;
        $this->assertSame($expected, $this->helper->renderDestroy('foo'));
    }