add usertest to alltests
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@451 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
b6880a1011
commit
ee21c9e47a
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ class AllTests extends PHPUnit_Framework_TestSuite
|
||||||
$suite->addTestFile($tdir . '/SearchHistoryTest.php');
|
$suite->addTestFile($tdir . '/SearchHistoryTest.php');
|
||||||
$suite->addTestFile($tdir . '/TagTest.php');
|
$suite->addTestFile($tdir . '/TagTest.php');
|
||||||
$suite->addTestFile($tdir . '/VoteTest.php');
|
$suite->addTestFile($tdir . '/VoteTest.php');
|
||||||
|
$suite->addTestFile($tdir . '/UserTest.php');
|
||||||
return $suite;
|
return $suite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue