From 1d1821c66b469986bec3c9af122616e0e8dd2348 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 18 Oct 2019 16:09:07 -0700 Subject: [PATCH] afform_mock - Simplify; use auto-requires --- ext/afform/mock/ang/testAfform.aff.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" } -- 2.25.1