コード例 #1
0
 /**
  * Test okay.
  *
  */
 public function testGetVars()
 {
     $tmpl = new Conjoon_Text_Template($this->_config);
     $this->assertEquals($this->_vars, $tmpl->getVars());
 }