aboutsummaryrefslogtreecommitdiff
path: root/tests/AllTests.php
diff options
context:
space:
mode:
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 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;
}