summaryrefslogtreecommitdiff
path: root/_test/core/DokuWikiTest.php
Commit message (Collapse)AuthorAge
* Remove error supression for file_exists()Andreas Gohr2015-01-07
| | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
* Fix unittests broken by previous two commitsChristopher Smith2014-03-06
| | | | | | | | Mostly this is for unit tests which use of \$_SERVER['REMOTE_USER'] It ensures the reference/alias connection between \$INPUT->server and \$_SERVER is renewed before each test. Tests using TestRequest class will replace this \$INPUT with their own.
* Remove global $Indexer, clear index in the testing system insteadMichael Hamann2012-12-20
|
* Fixed and extended PHPDoc comments and added additional @var commentsMichael Hamann2012-07-28
|
* reset the data directory before each test class is runAndreas Gohr2012-07-02
|
* moved _testing to _testTobias Sarnowski2012-04-18