summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | merge masterGravatar Christian Weiske2011-05-0224-367/+984
|\|
| * 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
| | |
| * | tests for getadminlinkedtagsGravatar Christian Weiske2010-10-082-0/+188
| | |
* | | make privacy tests clearerGravatar Christian Weiske2011-05-022-47/+31
| | |
* | | use cookie jar instead of manually creating the cookieGravatar Christian Weiske2011-04-261-5/+1
| | |
* | | use cookie jar instead of manually creating the cookieGravatar Christian Weiske2011-04-261-7/+2
| | |
* | | use xpath instead of manual string-search to verify test ↵Gravatar Christian Weiske2011-04-261-10/+11
| | | | | | | | | | | | results
* | | make import test easierGravatar Christian Weiske2011-04-181-10/+5
| | |
* | | make importnetscape-test easierGravatar Christian Weiske2011-04-181-9/+4
| | |
* | | clarify documentation; we are returning get requestsGravatar Christian Weiske2011-04-181-3/+3
| | |
* | | make edit test much easier and do not rely on manual ↵Gravatar Christian Weiske2011-04-181-18/+18
| | | | | | | | | | | | cookie setting
* | | fix tests that did not find the data fileGravatar Christian Weiske2011-04-181-2/+2
| | |
* | | Moved unit tests to PostsAddTest.php in Api directory.Gravatar bretticvs2011-04-174-101/+220
| | |
* | | move privacy tests for api/post_add to the correct locationGravatar Christian Weiske2011-04-062-13/+36
| | |
* | | move unittest config deletion to setup since that makes ↵Gravatar Christian Weiske2011-04-061-12/+5
| | | | | | | | | | | | it easier to debug, and does not break config when the test fatal errored
* | | cherry-pick:Gravatar Christian Weiske2011-04-063-44/+153
| | | | | | | | | | | | | | | | | | | | | | | | move setUnittestConfig to TestBaseApi since it makes only sense to use it there Conflicts: tests/TestBaseApi.php
* | | cherry-pick:Gravatar Christian Weiske2011-04-061-0/+89
| | | | | | | | | | | | add new feature: allow unit test mode enabling via HTTP GET parameter
* | | tell people why we need that variableGravatar Christian Weiske2011-04-061-0/+2
| | |