From: Tim Otten Date: Fri, 18 Oct 2019 23:09:07 +0000 (-0700) Subject: afform_mock - Simplify; use auto-requires X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1d1821c66b469986bec3c9af122616e0e8dd2348;p=civicrm-core.git afform_mock - Simplify; use auto-requires --- diff --git a/ext/afform/mock/ang/testAfform.aff.json b/ext/afform/mock/ang/testAfform.aff.json index 5fc368cbcf..6c8684eee7 100644 --- a/ext/afform/mock/ang/testAfform.aff.json +++ b/ext/afform/mock/ang/testAfform.aff.json @@ -1,7 +1,4 @@ { "server_route": "civicrm/test-afform", - "title": "This is a test", - "requires": [ - "af", "afBlock", "afField", "afCore" - ] + "title": "This is a test" }