aboutsummaryrefslogtreecommitdiff
path: root/tests/AllTests.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-02-20 11:10:08 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-02-20 11:10:08 +0000
commit512e3a681179c99925121c4f192d8775011909bd (patch)
tree45be7f720877478a6530ae1cf366a2bf7bb7725b /tests/AllTests.php
parent97c3d1ed636609ef19dd3cc268d0f5923f5257db (diff)
downloadsemanticscuttle-512e3a681179c99925121c4f192d8775011909bd.tar.gz
semanticscuttle-512e3a681179c99925121c4f192d8775011909bd.tar.bz2
add bookmark2tagtest to alltests
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@664 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests/AllTests.php')
-rw-r--r--tests/AllTests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/AllTests.php b/tests/AllTests.php
index 23ad25e..d29de7f 100644
--- a/tests/AllTests.php
+++ b/tests/AllTests.php
@@ -56,6 +56,7 @@ class AllTests extends PHPUnit_Framework_TestSuite
$suite = new AllTests();
$tdir = dirname(__FILE__);
$suite->addTestFile($tdir . '/BookmarkTest.php');
+ $suite->addTestFile($tdir . '/Bookmark2TagTest.php');
$suite->addTestFile($tdir . '/Tag2TagTest.php');
$suite->addTestFile($tdir . '/TagsCacheTest.php');
$suite->addTestFile($tdir . '/CommonDescriptionTest.php');