From: yashodha Date: Mon, 10 Feb 2020 07:46:49 +0000 (+0530) Subject: remove unnecessary file X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8a21b4c17aefc161185bdec41e0db4ddef4e4cda;p=civicrm-core.git remove unnecessary file --- 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; - } - -}