Rename `afformExamplepage` to `afExamplePage`
authorTim Otten <totten@civicrm.org>
Thu, 12 Sep 2019 22:21:03 +0000 (18:21 -0400)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:19 +0000 (19:13 -0700)
ext/afform/mock/ang/afExamplePage.aff.html [moved from ext/afform/mock/ang/afformExamplepage.aff.html with 100% similarity]
ext/afform/mock/ang/afExamplePage.aff.json [moved from ext/afform/mock/ang/afformExamplepage.aff.json with 100% similarity]
ext/afform/mock/tests/phpunit/api/v4/AfformTest.php

index 7869a44818f7a0987a1227fe289b4e0b27857468..097b2a7759682b1fe22e4b2eae96b87acd815039 100644 (file)
@@ -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) {