summaryrefslogtreecommitdiffstatshomepage
path: root/tests/VoteTest.php
Commit message (Collapse)AuthorAgeFilesLines
* use bootstrap file declared in phpunit.xml and do not ↵Gravatar Christian Weiske2011-04-121-25/+0
| | | | include it in every single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred
* defined main method before including includesGravatar cweiske2010-09-271-3/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@759 b3834d28-1941-0410-a4f8-b48e95affb8f
* add new "votes" field in bookmarks database with the ↵Gravatar cweiske2009-11-031-0/+56
| | | | | | total sum of votes git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@509 b3834d28-1941-0410-a4f8-b48e95affb8f
* allow vote changesGravatar cweiske2009-11-021-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@495 b3834d28-1941-0410-a4f8-b48e95affb8f
* test vote() when voting is deactivatedGravatar cweiske2009-11-021-0/+16
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@494 b3834d28-1941-0410-a4f8-b48e95affb8f
* allow changing of votesGravatar cweiske2009-11-021-2/+125
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@493 b3834d28-1941-0410-a4f8-b48e95affb8f
* enable voting in voting testsGravatar cweiske2009-11-021-0/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@492 b3834d28-1941-0410-a4f8-b48e95affb8f
* implement rewriteVotings() and unittest the methodGravatar cweiske2009-10-281-0/+28
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@448 b3834d28-1941-0410-a4f8-b48e95affb8f
* test that voting for other bookmarks does not change ↵Gravatar cweiske2009-10-281-1/+8
| | | | | | when voting for one bookmark git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@447 b3834d28-1941-0410-a4f8-b48e95affb8f
* add eric and ben as authorsGravatar cweiske2009-10-261-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@429 b3834d28-1941-0410-a4f8-b48e95affb8f
* remove unreachable codeGravatar cweiske2009-10-251-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@426 b3834d28-1941-0410-a4f8-b48e95affb8f
* introduce testbase class and make all tests runnable ↵Gravatar cweiske2009-10-251-25/+2
| | | | | | standalone git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@410 b3834d28-1941-0410-a4f8-b48e95affb8f
* clear votes table before testing votesGravatar cweiske2009-10-241-0/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@403 b3834d28-1941-0410-a4f8-b48e95affb8f
* Implement voting service and unit tests for itGravatar cweiske2009-10-241-0/+353
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@401 b3834d28-1941-0410-a4f8-b48e95affb8f