From 05defe72d8739c0642c506175c0ad4de2293fb99 Mon Sep 17 00:00:00 2001 From: cweiske Date: Sun, 25 Oct 2009 15:31:31 +0000 Subject: introduce testbase class and make all tests runnable standalone git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@410 b3834d28-1941-0410-a4f8-b48e95affb8f --- tests/AllTests.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/AllTests.php') 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; } -- cgit v1.2.3-54-g00ecf