From 8a21b4c17aefc161185bdec41e0db4ddef4e4cda Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 10 Feb 2020 13:16:49 +0530 Subject: [PATCH] remove unnecessary file --- .../CRMTraits/ACL/PermissionTrait.phpx | 83 ------------------- 1 file changed, 83 deletions(-) delete mode 100644 tests/phpunit/CRMTraits/ACL/PermissionTrait.phpx diff --git a/tests/phpunit/CRMTraits/ACL/PermissionTrait.phpx b/tests/phpunit/CRMTraits/ACL/PermissionTrait.phpx deleted file mode 100644 index 356a19a5b7..0000000000 --- a/tests/phpunit/CRMTraits/ACL/PermissionTrait.phpx +++ /dev/null @@ -1,83 +0,0 @@ - 1"; - } - - /** - * Only specified contact returned. - * - * @implements CRM_Utils_Hook::aclWhereClause - * - * @param string $type - * @param array $tables - * @param array $whereTables - * @param int $contactID - * @param string $where - */ - public function aclWhereOnlyOne($type, &$tables, &$whereTables, &$contactID, &$where) { - $where = " contact_a.id = " . $this->allowedContactId; - } - -} -- 2.25.1