diff options
Diffstat (limited to 'tests/AllTests.php')
-rw-r--r-- | tests/AllTests.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/AllTests.php b/tests/AllTests.php index b1e13b4..4507a5a 100644 --- a/tests/AllTests.php +++ b/tests/AllTests.php @@ -32,12 +32,12 @@ class AllTests extends PHPUnit_Framework_TestSuite { $suite = new AllTests(); $tdir = dirname(__FILE__); - $suite->addTestFile($tdir . '/BookmarksTest.php'); + $suite->addTestFile($tdir . '/BookmarkTest.php'); $suite->addTestFile($tdir . '/Tag2TagTest.php'); $suite->addTestFile($tdir . '/TagsCacheTest.php'); $suite->addTestFile($tdir . '/CommonDescriptionTest.php'); - $suite->addTestFile($tdir . '/SearchTest.php'); - $suite->addTestFile($tdir . '/TagsTest.php'); + $suite->addTestFile($tdir . '/SearchHistoryTest.php'); + $suite->addTestFile($tdir . '/TagTest.php'); $suite->addTestFile($tdir . '/VoteTest.php'); return $suite; } |