From e00c5544d260741c6639d9a005ea933888ee8317 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Mon, 10 Jan 2011 23:20:06 +0100 Subject: [ticket/9990] Integrate utf normalizer tests into test suite PHPBB3-9990 --- tests/network/checkdnsrr_test.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/network/checkdnsrr_test.php') diff --git a/tests/network/checkdnsrr_test.php b/tests/network/checkdnsrr_test.php index 427132e508..9410deaf64 100644 --- a/tests/network/checkdnsrr_test.php +++ b/tests/network/checkdnsrr_test.php @@ -9,6 +9,9 @@ require_once __DIR__ . '/../../phpBB/includes/functions.php'; +/** +* @group slow +*/ class phpbb_network_checkdnsrr_test extends phpbb_test_case { public function data_provider() -- cgit v1.2.1