From de5b739d4af1d202f48cb514ab607853e7dfc1ff Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 18 Feb 2019 21:19:54 +0000 Subject: [PATCH] drop unnecessary common.php --- tests/CheckDomainTest.php | 1 - tests/CheckEmailTest.php | 2 -- tests/CheckLanguageTest.php | 2 -- tests/CheckOwnerTest.php | 2 -- tests/DbBasicTest.php | 2 -- tests/GeneratePasswordTest.php | 2 -- tests/ListAdminsTest.php | 2 -- tests/ListDomainsForAdminTest.php | 2 -- tests/ListDomainsTest.php | 2 -- tests/PacryptTest.php | 4 ---- tests/RemoteTest.php | 2 -- tests/RemoveFromArrayTest.php | 2 -- tests/ValidatePasswordTest.php | 2 -- tests/common.php | 6 ------ 14 files changed, 33 deletions(-) delete mode 100644 tests/common.php diff --git a/tests/CheckDomainTest.php b/tests/CheckDomainTest.php index 390afcc6..6bdc5a39 100644 --- a/tests/CheckDomainTest.php +++ b/tests/CheckDomainTest.php @@ -1,6 +1,5 @@ assertEquals([], list_domains_for_admin('test@test.com')); diff --git a/tests/ListDomainsTest.php b/tests/ListDomainsTest.php index 2239a72a..7e95389a 100644 --- a/tests/ListDomainsTest.php +++ b/tests/ListDomainsTest.php @@ -1,7 +1,5 @@ assertFalse( strcmp($str1, $str2) == 0 && strcmp($str1, $str3) == 0 ); } } - -/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ diff --git a/tests/RemoteTest.php b/tests/RemoteTest.php index b886376a..5f2ba1bf 100644 --- a/tests/RemoteTest.php +++ b/tests/RemoteTest.php @@ -1,7 +1,5 @@