From: cweiske Date: Sat, 24 Oct 2009 09:03:43 +0000 (+0000) Subject: Add VoteTest to AllTests X-Git-Tag: v0.97~292 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ffa24d7fa5a34bc4f8ed8ceabc6382e120c2a9b8;p=semanticscuttle.git Add VoteTest to AllTests git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@402 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/tests/AllTests.php b/tests/AllTests.php index c4429a3..b1e13b4 100644 --- a/tests/AllTests.php +++ b/tests/AllTests.php @@ -38,6 +38,7 @@ class AllTests extends PHPUnit_Framework_TestSuite $suite->addTestFile($tdir . '/CommonDescriptionTest.php'); $suite->addTestFile($tdir . '/SearchTest.php'); $suite->addTestFile($tdir . '/TagsTest.php'); + $suite->addTestFile($tdir . '/VoteTest.php'); return $suite; }