Move mock form and its test case to a separate extension (`afform-mock`)
authorTim Otten <totten@civicrm.org>
Sat, 9 Feb 2019 00:12:17 +0000 (19:12 -0500)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:17 +0000 (19:13 -0700)
commitdcd0adb5f9b01f01798ce81d11653d591bd84fb7
tree8d2f50143701079f7447d4b1490d25bef074b34c
parent187941c636eabe51d17eaed9d988cae10d309a84
Move mock form and its test case to a separate extension (`afform-mock`)
ext/afform/mock/LICENSE.txt [new file with mode: 0644]
ext/afform/mock/README.md [new file with mode: 0644]
ext/afform/mock/afform_mock.civix.php [new file with mode: 0644]
ext/afform/mock/afform_mock.php [new file with mode: 0644]
ext/afform/mock/ang/afformExamplepage.aff.html [moved from ext/afform/core/ang/afformExamplepage.aff.html with 100% similarity]
ext/afform/mock/ang/afformExamplepage.aff.json [moved from ext/afform/core/ang/afformExamplepage.aff.json with 100% similarity]
ext/afform/mock/info.xml [new file with mode: 0644]
ext/afform/mock/phpunit.xml.dist [new file with mode: 0644]
ext/afform/mock/tests/phpunit/api/v4/AfformTest.php [moved from ext/afform/core/tests/phpunit/api/v4/AfformTest.php with 65% similarity]
ext/afform/mock/tests/phpunit/bootstrap.php [new file with mode: 0644]