summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* begin bookmark model class with URL validation methodGravatar Christian Weiske2011-05-031-0/+65
* exclude database layer files from coverageGravatar Christian Weiske2011-04-151-0/+3
* add test to search for multiple tags, which fails currentlyGravatar Christian Weiske2011-04-151-0/+15
* use correct urlGravatar Christian Weiske2011-04-151-1/+1
* use xml parser, not htmlGravatar Christian Weiske2011-04-151-4/+4
* Fix bug #3097187: Using opensearch with two tags does not...Gravatar Christian Weiske2011-04-151-0/+53
* verify we get the correct search URLGravatar Christian Weiske2011-04-141-0/+17
* test opensearch api content typeGravatar Christian Weiske2011-04-141-1/+9
* remove fixmeGravatar Christian Weiske2011-04-141-1/+0
* test that opensearch link is the main page HTML headGravatar Christian Weiske2011-04-141-0/+52
* include HTTP_Request2 in api base fileGravatar Christian Weiske2011-04-141-0/+2
* use bootstrap file declared in phpunit.xml and do not inc...Gravatar Christian Weiske2011-04-1218-385/+2
* first test for service factoryGravatar Christian Weiske2011-04-122-4/+21
* introduce assertResponseJson200 for API/ajax tests and us...Gravatar Christian Weiske2011-03-284-63/+32
* add tests for getadmintags beginsWith and limit parametersGravatar Christian Weiske2011-03-281-0/+79
* move setUnittestConfig to TestBaseApi since it makes only...Gravatar Christian Weiske2011-03-263-44/+107
* add new feature: allow unit test mode enabling via HTTP G...Gravatar Christian Weiske2011-03-261-1/+62
* 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-262-11/+28
* begin with ajax unittests - but they do not work yetGravatar Christian Weiske2011-03-252-0/+109
* do not generate invalid SQL when called with a not-so val...Gravatar Christian Weiske2011-03-251-0/+17
* beginsWith-parameter for getPopulartags, getContactTags a...Gravatar Christian Weiske2011-03-251-0/+64
* fix privacy protection issue when fetching tags of severa...Gravatar Christian Weiske2011-03-241-20/+49
* replace assertType with assertInternalType to please phpunitGravatar Christian Weiske2011-03-241-3/+3
* unittest for Bookmark2Tag::getContactTags, CS and docblockGravatar Christian Weiske2011-03-241-6/+56
* unittest for getAdminTags as well as CS and docblock fixe...Gravatar Christian Weiske2011-03-231-0/+20
* rename three to thr to make the code look nicerGravatar Christian Weiske2011-03-231-16/+16
* getPopularTags is fully covered nowGravatar Christian Weiske2011-03-231-0/+124
* exclude tests directory from coverageGravatar Christian Weiske2011-03-231-0/+8
* test for the days parameterGravatar Christian Weiske2011-03-231-0/+37
* first unit tests for Bookmark2Tag::getPopularTagsGravatar Christian Weiske2011-03-232-2/+85
* Merge branch 'master' into jqueryGravatar Christian Weiske2011-03-207-29/+86
|\
| * unit test for the new SemanticScuttle_Model_UserArray classGravatar Christian Weiske2011-03-151-0/+68
| * get rid of phpunits warnings about deprecated assertType ...Gravatar Christian Weiske2011-02-183-18/+18
| * make unittests run with phpunit 3.5.xGravatar Christian Weiske2011-02-023-11/+0
* | tests for getadminlinkedtagsGravatar Christian Weiske2010-10-082-0/+188
|/
* api/posts/add respects the "replace" parameter nowGravatar cweiske2010-09-291-0/+121
* send 400 status code if a parameter is missingGravatar cweiske2010-09-291-0/+107
* check datetime settingGravatar cweiske2010-09-291-2/+7
* first tests for api/posts/addGravatar cweiske2010-09-291-0/+5
* first tests for api/posts/addGravatar cweiske2010-09-292-0/+198
* test for api/posts/updateGravatar cweiske2010-09-292-0/+136
* delicious returns a proper error message when deleting no...Gravatar cweiske2010-09-291-1/+1
* rewrite api/posts/delete to be more secure and add unit t...Gravatar cweiske2010-09-281-4/+5
* execute api testsGravatar cweiske2010-09-281-0/+2
* tests for deleting bookmarks via the API. two of them fai...Gravatar cweiske2010-09-281-0/+302
* update docblocksGravatar cweiske2010-09-281-2/+19
* now we have tests for all history all methodsGravatar cweiske2010-09-271-44/+195
* test automatic search history deletionGravatar cweiske2010-09-271-0/+28