Exclude the phalanx/testing/ directory from the code coverage report
Exclude the phalanx/testing/ directory from the code coverage report
diff --git a/testing/all_tests.php b/testing/all_tests.php
index 74b1f8f..639b55e 100644
--- a/testing/all_tests.php
+++ b/testing/all_tests.php
@@ -21,6 +21,8 @@ require_once 'PHPUnit/Framework.php';
define('PHALANX_ROOT', dirname(dirname(__FILE__)));
define('TEST_ROOT', dirname(__FILE__));
+\PHPUnit_Util_Filter::addDirectoryToFilter(TEST_ROOT);
+
class AllTests
{
public static function suite()