diff --git a/tests/functions_user/whois_test.php b/tests/functions_user/whois_test.php deleted file mode 100644 index ba8f54b7b1..0000000000 --- a/tests/functions_user/whois_test.php +++ /dev/null @@ -1,45 +0,0 @@ -assertNotContains('Query terms are ambiguous', $ip_whois); - $this->assertNotContains('no entries found', $ip_whois); - $this->assertNotContains('ERROR', $ip_whois); - } -}