summaryrefslogtreecommitdiffstatshomepage
path: root/tests/TestBase.php
Commit message (Collapse)AuthorAgeFilesLines
* remove php4-style object reference passingGravatar Christian Weiske2013-03-171-1/+1
|
* privatekey -> privateKey everywhereGravatar Christian Weiske2011-06-271-1/+1
|
* make the private tests really test somethingGravatar Christian Weiske2011-06-271-4/+4
|
* move private key generation to adduserGravatar Christian Weiske2011-06-271-14/+19
|
* new privatekey2 branch with privatekey changesGravatar Mark Pemberton2011-05-131-5/+8
|
* move setUnittestConfig to TestBaseApi since it makes ↵Gravatar Christian Weiske2011-03-261-44/+0
| | | | 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
* first unit tests for Bookmark2Tag::getPopularTagsGravatar Christian Weiske2011-03-231-2/+3
|
* Merge branch 'master' into jqueryGravatar Christian Weiske2011-03-201-4/+0
|\ | | | | | | | | Conflicts: doc/ChangeLog
| * make unittests run with phpunit 3.5.xGravatar Christian Weiske2011-02-021-4/+0
| |
* | tests for getadminlinkedtagsGravatar Christian Weiske2010-10-081-0/+28
|/
* more tests for csv export apiGravatar cweiske2010-03-281-2/+6
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@701 b3834d28-1941-0410-a4f8-b48e95affb8f
* support username and password changeGravatar cweiske2010-03-281-3/+14
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@699 b3834d28-1941-0410-a4f8-b48e95affb8f
* add test for Bookmark2Tag::getTagsForBookmark()Gravatar cweiske2010-02-201-2/+8
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@663 b3834d28-1941-0410-a4f8-b48e95affb8f
* allow setting of status during addBookmark in testsGravatar cweiske2010-02-161-3/+7
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@656 b3834d28-1941-0410-a4f8-b48e95affb8f
* allow adding of certain addressesGravatar cweiske2010-02-161-3/+9
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@654 b3834d28-1941-0410-a4f8-b48e95affb8f
* part of request #2830224: prepare API for short url serviceGravatar cweiske2009-11-231-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@570 b3834d28-1941-0410-a4f8-b48e95affb8f
* add base test files to phpunit blacklistGravatar cweiske2009-11-201-0/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@566 b3834d28-1941-0410-a4f8-b48e95affb8f
* test if deleting bookmarks works. to do this, we need a ↵Gravatar cweiske2009-10-251-4/+31
| | | | | | new testbase method to create users, plus we need to return the uid when creating a new user. registration process needs to be adopted to that. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@417 b3834d28-1941-0410-a4f8-b48e95affb8f
* introduce testbase class and make all tests runnable ↵Gravatar cweiske2009-10-251-0/+49
standalone git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@410 b3834d28-1941-0410-a4f8-b48e95affb8f