summaryrefslogtreecommitdiff
path: root/_test/core
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 global environment during test requestsAndreas Gohr2014-12-17
|
* 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.
* fix content check test caseslisps2014-02-04
| | | | | add test case new Input check add global variables to execute
* update TestResponse class to return specific headers & status codes (with tests)Christopher Smith2013-03-22
|
* extend TestRequest class to test fetch & detail; add a test to check it doesChristopher Smith2013-03-22
|
* Remove global $Indexer, clear index in the testing system insteadMichael Hamann2012-12-20
|
* replace deprecated split calls FS#2583Andreas Gohr2012-08-26
|
* 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 URI setup to execute()Andreas Gohr2012-06-30
|
* simplified using the TestRequest classAndreas Gohr2012-06-30
| | | | | You now can call get() or post() on it and give it all the wanted input variables
* make sure all globals are available in test requestsAndreas Gohr2012-06-29
|
* fixed testsAndreas Gohr2012-06-25
| | | | The test suite was missing a global keyword to access the $INPUT class.
* 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