summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Collapse)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 ↵Gravatar Christian Weiske2011-04-151-0/+53
| | | | not work in Firefox
* 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 ↵Gravatar Christian Weiske2011-04-1218-385/+2
| | | | include it in every single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred
* first test for service factoryGravatar Christian Weiske2011-04-122-4/+21
|
* introduce assertResponseJson200 for API/ajax tests and ↵Gravatar Christian Weiske2011-03-284-63/+32
| | | | 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-263-44/+107
| | | | only sense to use it there
* add new feature: allow unit test mode enabling via HTTP ↵Gravatar Christian Weiske2011-03-261-1/+62
| | | | GET parameter
* 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 ↵Gravatar Christian Weiske2011-03-251-0/+17
| | | | valid array
* beginsWith-parameter for getPopulartags, getContactTags ↵Gravatar Christian Weiske2011-03-251-0/+64
| | | | and getAdminTags
* fix privacy protection issue when fetching tags of ↵Gravatar Christian Weiske2011-03-241-20/+49
| | | | several users
* 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 ↵Gravatar Christian Weiske2011-03-231-0/+20
| | | | fixes on it
* 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
|\ | | | | | | | | Conflicts: doc/ChangeLog
| * 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
| | | | | | | | usages
| * 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
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@777 b3834d28-1941-0410-a4f8-b48e95affb8f
* send 400 status code if a parameter is missingGravatar cweiske2010-09-291-0/+107
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@775 b3834d28-1941-0410-a4f8-b48e95affb8f
* check datetime settingGravatar cweiske2010-09-291-2/+7
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@774 b3834d28-1941-0410-a4f8-b48e95affb8f
* first tests for api/posts/addGravatar cweiske2010-09-291-0/+5
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@773 b3834d28-1941-0410-a4f8-b48e95affb8f
* first tests for api/posts/addGravatar cweiske2010-09-292-0/+198
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@772 b3834d28-1941-0410-a4f8-b48e95affb8f
* test for api/posts/updateGravatar cweiske2010-09-292-0/+136
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@771 b3834d28-1941-0410-a4f8-b48e95affb8f
* delicious returns a proper error message when deleting ↵Gravatar cweiske2010-09-291-1/+1
| | | | | | non-existant items, which we do now, too git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@770 b3834d28-1941-0410-a4f8-b48e95affb8f
* rewrite api/posts/delete to be more secure and add unit ↵Gravatar cweiske2010-09-281-4/+5
| | | | | | tests for it git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f
* execute api testsGravatar cweiske2010-09-281-0/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@768 b3834d28-1941-0410-a4f8-b48e95affb8f
* tests for deleting bookmarks via the API. two of them ↵Gravatar cweiske2010-09-281-0/+302
| | | | | | fail currently because of a security issue git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@767 b3834d28-1941-0410-a4f8-b48e95affb8f
* update docblocksGravatar cweiske2010-09-281-2/+19
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@766 b3834d28-1941-0410-a4f8-b48e95affb8f
* now we have tests for all history all methodsGravatar cweiske2010-09-271-44/+195
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@762 b3834d28-1941-0410-a4f8-b48e95affb8f
* test automatic search history deletionGravatar cweiske2010-09-271-0/+28
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@761 b3834d28-1941-0410-a4f8-b48e95affb8f