diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-10-28 22:18:38 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-10-28 22:18:38 +0000 |
commit | ee21c9e47aa5d9ed6079c4e2ca89808a9f9eb93a (patch) | |
tree | 12b6dea00598cb4dff3b29f30322109aee3df65d /tests | |
parent | b6880a1011b5b63df8b87402d4f7321286a03b75 (diff) | |
download | semanticscuttle-ee21c9e47aa5d9ed6079c4e2ca89808a9f9eb93a.tar.gz semanticscuttle-ee21c9e47aa5d9ed6079c4e2ca89808a9f9eb93a.tar.bz2 |
add usertest to alltests
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@451 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests')
-rw-r--r-- | tests/AllTests.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/AllTests.php b/tests/AllTests.php index 234e21d..ece6d6d 100644 --- a/tests/AllTests.php +++ b/tests/AllTests.php @@ -60,6 +60,7 @@ class AllTests extends PHPUnit_Framework_TestSuite $suite->addTestFile($tdir . '/SearchHistoryTest.php'); $suite->addTestFile($tdir . '/TagTest.php'); $suite->addTestFile($tdir . '/VoteTest.php'); + $suite->addTestFile($tdir . '/UserTest.php'); return $suite; } |