aboutsummaryrefslogtreecommitdiffstats
path: root/tests/network/all_tests.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/network/all_tests.php')
-rw-r--r--tests/network/all_tests.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/network/all_tests.php b/tests/network/all_tests.php
index 07a7e57d48..b500647f81 100644
--- a/tests/network/all_tests.php
+++ b/tests/network/all_tests.php
@@ -15,6 +15,8 @@ if (!defined('PHPUnit_MAIN_METHOD'))
require_once 'test_framework/framework.php';
require_once 'PHPUnit/TextUI/TestRunner.php';
+require_once 'network/checkdnsrr.php';
+
class phpbb_network_all_tests
{
public static function main()
@@ -26,6 +28,8 @@ class phpbb_network_all_tests
{
$suite = new PHPUnit_Framework_TestSuite('phpBB Network Functions');
+ $suite->addTestSuite('phpbb_network_checkdnsrr_test');
+
return $suite;
}
}