Exemplo n.º 1
0
 public function testRenderStylesSet()
 {
     $this->assertSame('CKEDITOR.stylesSet.add("foo", {"foo":"bar"});', $this->helper->renderStylesSet('foo', array('foo' => 'bar')));
 }