diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-23 17:13:45 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-23 17:13:45 +0000 |
commit | 5db4bfe3c42d846b607be5760f607a5b457f4681 (patch) | |
tree | 1db345f695dff3507a63860f33b0841c8f209e57 /tests | |
parent | c385dc63425ade7a15ac9abc8f2d931e8141e412 (diff) | |
download | semanticscuttle-5db4bfe3c42d846b607be5760f607a5b457f4681.tar.gz semanticscuttle-5db4bfe3c42d846b607be5760f607a5b457f4681.tar.bz2 |
Test: improve readibility of test of bookmark unicity (url)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@25 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bookmarksTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bookmarksTest.php b/tests/bookmarksTest.php index dea250d..17da9c7 100644 --- a/tests/bookmarksTest.php +++ b/tests/bookmarksTest.php @@ -39,5 +39,6 @@ class BookmarksTest extends PHPUnit_Framework_TestCase $bookmarks =& $bs->getBookmarks(0, 1, NULL, NULL, NULL, getSortOrder(), NULL, 0, $dtend); } + } ?> |