Beispiel #1
0
 /**
  * Constructor
  * @param array $config
  */
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->_vars[$this->_partName] = array();
 }
Beispiel #2
0
 /**
  * @covers System_View_Simple::render
  * @covers System_View_Simple::<protected>
  */
 public function testRender()
 {
     self::assertEquals('', $this->object->render('asdasd'));
 }