Exemplo n.º 1
0
Arquivo: Xml.php Projeto: kandy/system
 /**
  * Constructor
  * @param array $config
  */
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->_vars[$this->_partName] = array();
 }
Exemplo n.º 2
0
 /**
  * @covers System_View_Simple::render
  * @covers System_View_Simple::<protected>
  */
 public function testRender()
 {
     self::assertEquals('', $this->object->render('asdasd'));
 }