summaryrefslogtreecommitdiff
path: root/_test/bootstrap.php
Commit message (Collapse)AuthorAge
* Merge pull request #388 from splitbrain/unittest_errorreportingAndreas Gohr2013-10-20
|\ | | | | set error level so it is propagated correctly to dokuwiki
| * change error level to ignore noticesChristopher Smith2013-10-20
| |
| * also use DOKU_E_LEVEL in bootstrap's call to error_reporting()Christopher Smith2013-10-18
| |
| * set error level so it is propagated correctly to dokuwikiChristopher Smith2013-10-18
| |
* | add missing $_SERVER values for init.php when called from cliChristopher Smith2013-10-18
|/
* enabled authplain plugin for testsuiteAndreas Gohr2012-10-06
|
* Always load the parser in the test environmentMichael Hamann2012-10-02
| | | | | | | This fixes the problem that $PARSER_MODES was sometimes unset by PHPUnit between test functions that called p_get_parsermodes() as PHPUnit tried to restore the global environment. I couldn't reproduce this when I executed all tests but just when I executed a single plugin test.
* reset the data directory before each test class is runAndreas Gohr2012-07-02
|
* use original conf directory and only shadow special filesTobias Sarnowski2012-04-18
| | | | https://github.com/splitbrain/dokuwiki/pull/96#issuecomment-5195756
* moved _testing to _testTobias Sarnowski2012-04-18