summaryrefslogtreecommitdiff
path: root/_test/core/TestRequest.php
Commit message (Collapse)AuthorAge
* fix global environment during test requestsAndreas Gohr2014-12-17
|
* fix content check test caseslisps2014-02-04
| | | | | add test case new Input check add global variables to execute
* extend TestRequest class to test fetch & detail; add a test to check it doesChristopher Smith2013-03-22
|
* 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.
* moved _testing to _testTobias Sarnowski2012-04-18