コード例 #1
0
 public function testGetParseStrategy()
 {
     $tmpl = new Conjoon_Text_Template($this->_config);
     $this->assertInstanceOf('Conjoon_Text_Template_DefaultParseStrategy', $tmpl->getParseStrategy());
 }