function setUp() { parent::setUp(); $this->P->addMode('footnote', new Doku_Parser_Mode_Footnote()); }
function setUp() { parent::setUp(); $this->P->addMode('file', new Doku_Parser_Mode_File()); }
function setUp() { parent::setUp(); global $conf; $conf['typography'] = 2; }