From: Tim Otten Date: Thu, 12 Sep 2019 22:21:03 +0000 (-0400) Subject: Rename `afformExamplepage` to `afExamplePage` X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0ba3ade87fc63f393467fff910671ce8250da059;p=civicrm-core.git Rename `afformExamplepage` to `afExamplePage` --- diff --git a/ext/afform/mock/ang/afformExamplepage.aff.html b/ext/afform/mock/ang/afExamplePage.aff.html similarity index 100% rename from ext/afform/mock/ang/afformExamplepage.aff.html rename to ext/afform/mock/ang/afExamplePage.aff.html diff --git a/ext/afform/mock/ang/afformExamplepage.aff.json b/ext/afform/mock/ang/afExamplePage.aff.json similarity index 100% rename from ext/afform/mock/ang/afformExamplepage.aff.json rename to ext/afform/mock/ang/afExamplePage.aff.json diff --git a/ext/afform/mock/tests/phpunit/api/v4/AfformTest.php b/ext/afform/mock/tests/phpunit/api/v4/AfformTest.php index 7869a44818..097b2a7759 100644 --- a/ext/afform/mock/tests/phpunit/api/v4/AfformTest.php +++ b/ext/afform/mock/tests/phpunit/api/v4/AfformTest.php @@ -9,14 +9,14 @@ class api_v4_AfformTest extends api_v4_AfformTestCase { public function getBasicDirectives() { return [ - ['afformExamplepage', ['title' => '', 'description' => '', 'server_route' => 'civicrm/example-page']], + ['afExamplePage', ['title' => '', 'description' => '', 'server_route' => 'civicrm/example-page']], ['fakelibBareFile', ['title' => '', 'description' => '']], ['fakelibFoo', ['title' => '', 'description' => '']], ]; } /** - * This takes the bundled `examplepage` and performs some API calls on it. + * This takes the bundled `example-page` and performs some API calls on it. * @dataProvider getBasicDirectives */ public function testGetUpdateRevert($directiveName, $originalMetadata) {