summaryrefslogtreecommitdiffstatshomepage
path: root/tests/ajax/GetAdminTagsTest.php
Commit message (Collapse)AuthorAgeFilesLines
* use bootstrap file declared in phpunit.xml and do not ↵Gravatar Christian Weiske2011-04-121-2/+0
| | | | include it in every single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred
* introduce assertResponseJson200 for API/ajax tests and ↵Gravatar Christian Weiske2011-03-281-25/+5
| | | | use it
* add tests for getadmintags beginsWith and limit parametersGravatar Christian Weiske2011-03-281-0/+79
|
* move setUnittestConfig to TestBaseApi since it makes ↵Gravatar Christian Weiske2011-03-261-0/+63
only sense to use it there