summaryrefslogtreecommitdiffstatshomepage
path: root/tests/TestBase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestBase.php')
-rw-r--r--tests/TestBase.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestBase.php b/tests/TestBase.php
index f9946e2..86519f3 100644
--- a/tests/TestBase.php
+++ b/tests/TestBase.php
@@ -13,6 +13,8 @@
require_once 'PHPUnit/Framework.php';
+PHPUnit_Util_Filter::addFileToFilter(__FILE__);
+
/**
* Base unittest class that provides several helper methods.
*