diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/AllTests.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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;      } | 
