summaryrefslogtreecommitdiffstatshomepage
path: root/tests/ajax
Commit message (Collapse)AuthorAgeFilesLines
* use bootstrap file declared in phpunit.xml and do not ↵Gravatar Christian Weiske2011-04-123-30/+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-283-63/+13
| | | | 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
* test the limit parameterGravatar Christian Weiske2011-03-261-0/+24
|
* test for beginsWith parameter and a bugfix :)Gravatar Christian Weiske2011-03-261-0/+17
|
* first working unittest for ajax/getcontacttags with login!Gravatar Christian Weiske2011-03-261-8/+12
|
* begin with ajax unittests - but they do not work yetGravatar Christian Weiske2011-03-251-0/+73
|
* replace assertType with assertInternalType to please phpunitGravatar Christian Weiske2011-03-241-3/+3
|
* tests for getadminlinkedtagsGravatar Christian Weiske2010-10-081-0/+160