From 0ba3ade87fc63f393467fff910671ce8250da059 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 12 Sep 2019 18:21:03 -0400 Subject: [PATCH] Rename `afformExamplepage` to `afExamplePage` --- .../{afformExamplepage.aff.html => afExamplePage.aff.html} | 0 .../{afformExamplepage.aff.json => afExamplePage.aff.json} | 0 ext/afform/mock/tests/phpunit/api/v4/AfformTest.php | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename ext/afform/mock/ang/{afformExamplepage.aff.html => afExamplePage.aff.html} (100%) rename ext/afform/mock/ang/{afformExamplepage.aff.json => afExamplePage.aff.json} (100%) 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) { -- 2.25.1