]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Add VoteTest to AllTests
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sat, 24 Oct 2009 09:03:43 +0000 (09:03 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sat, 24 Oct 2009 09:03:43 +0000 (09:03 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@402 b3834d28-1941-0410-a4f8-b48e95affb8f

tests/AllTests.php

index c4429a3d93e37055b2d44b0deb6ba245576742a2..b1e13b497af65d85b7dd7b8e0f32ccdb7631d58a 100644 (file)
@@ -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;
     }