예제 #1
0
파일: Xml.php 프로젝트: kandy/system
 /**
  * Constructor
  * @param array $config
  */
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->_vars[$this->_partName] = array();
 }
예제 #2
0
파일: SimpleTest.php 프로젝트: kandy/system
 /**
  * @covers System_View_Simple::render
  * @covers System_View_Simple::<protected>
  */
 public function testRender()
 {
     self::assertEquals('', $this->object->render('asdasd'));
 }