summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-05-03rename test methodChristian Weiske
2011-05-03do not add bookmarks with an invalid URLChristian Weiske
2011-05-03begin bookmark model class with URL validation methodChristian Weiske
2011-04-15exclude database layer files from coverageChristian Weiske
2011-04-15add test to search for multiple tags, which fails currentlyChristian Weiske
2011-04-15use correct urlChristian Weiske
2011-04-15use xml parser, not htmlChristian Weiske
2011-04-15Fix bug #3097187: Using opensearch with two tags does not work in FirefoxChristian Weiske
2011-04-14verify we get the correct search URLChristian Weiske
2011-04-14test opensearch api content typeChristian Weiske
2011-04-14remove fixmeChristian Weiske
2011-04-14test that opensearch link is the main page HTML headChristian Weiske
2011-04-14include HTTP_Request2 in api base fileChristian Weiske
2011-04-12use bootstrap file declared in phpunit.xml and do not include it in every sin...Christian Weiske
2011-04-12first test for service factoryChristian Weiske
2011-03-28introduce assertResponseJson200 for API/ajax tests and use itChristian Weiske
2011-03-28add tests for getadmintags beginsWith and limit parametersChristian Weiske
2011-03-26move setUnittestConfig to TestBaseApi since it makes only sense to use it thereChristian Weiske
2011-03-26add new feature: allow unit test mode enabling via HTTP GET parameterChristian Weiske
2011-03-26test the limit parameterChristian Weiske
2011-03-26test for beginsWith parameter and a bugfix :)Christian Weiske
2011-03-26first working unittest for ajax/getcontacttags with login!Christian Weiske
2011-03-25begin with ajax unittests - but they do not work yetChristian Weiske
2011-03-25do not generate invalid SQL when called with a not-so valid arrayChristian Weiske
2011-03-25beginsWith-parameter for getPopulartags, getContactTags and getAdminTagsChristian Weiske
2011-03-24fix privacy protection issue when fetching tags of several usersChristian Weiske
2011-03-24replace assertType with assertInternalType to please phpunitChristian Weiske
2011-03-24unittest for Bookmark2Tag::getContactTags, CS and docblockChristian Weiske
2011-03-23unittest for getAdminTags as well as CS and docblock fixes on itChristian Weiske
2011-03-23rename three to thr to make the code look nicerChristian Weiske
2011-03-23getPopularTags is fully covered nowChristian Weiske
2011-03-23exclude tests directory from coverageChristian Weiske
2011-03-23test for the days parameterChristian Weiske
2011-03-23first unit tests for Bookmark2Tag::getPopularTagsChristian Weiske
2011-03-20Merge branch 'master' into jqueryChristian Weiske
2011-03-15unit test for the new SemanticScuttle_Model_UserArray classChristian Weiske
2011-02-18get rid of phpunits warnings about deprecated assertType usagesChristian Weiske
2011-02-02make unittests run with phpunit 3.5.xChristian Weiske
2010-10-08tests for getadminlinkedtagsChristian Weiske
2010-09-29api/posts/add respects the "replace" parameter nowcweiske
2010-09-29send 400 status code if a parameter is missingcweiske
2010-09-29check datetime settingcweiske
2010-09-29first tests for api/posts/addcweiske
2010-09-29first tests for api/posts/addcweiske
2010-09-29test for api/posts/updatecweiske
2010-09-29delicious returns a proper error message when deleting non-existant items, wh...cweiske
2010-09-28rewrite api/posts/delete to be more secure and add unit tests for itcweiske
2010-09-28execute api testscweiske
2010-09-28tests for deleting bookmarks via the API. two of them fail currently because ...cweiske
2010-09-28update docblockscweiske