Example #1
0
 function setUp()
 {
     global $prefs;
     $prefs['feature_jison_wiki_parser'] = 'y';
     $this->parser = new JisonParser_Wiki_Handler();
     $this->parser->setOption(array('skipPageCache' => true));
     $this->called = 0;
     $this->provider();
     WikiPlugin_Negotiator_Wiki::$standardRelativePath = "../wiki-plugins/wikiplugin_";
     WikiPlugin_Negotiator_Wiki::$zendRelativePath = "../core/WikiPlugin/";
     WikiPlugin_Negotiator_Wiki::$checkZendPaths = false;
     $this->removeFakePage();
     $this->createFakePage();
 }