X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=Civi%2FTest%2FApi3DocTrait.php;h=27440f70fa799ffda93ff0363053f0b1773d546e;hb=9c204b425c4f161f3dec52e3d7f0cae2f9f35eb5;hp=cde946250155997974dca4e202589ef65703f46b;hpb=b3bc4bd0204edc7a7b800918d4e3a3a5cd183667;p=civicrm-core.git diff --git a/Civi/Test/Api3DocTrait.php b/Civi/Test/Api3DocTrait.php index cde9462501..27440f70fa 100644 --- a/Civi/Test/Api3DocTrait.php +++ b/Civi/Test/Api3DocTrait.php @@ -123,7 +123,7 @@ trait Api3DocTrait { if (!is_dir($civicrm_root . "/api/v3/examples/$entity")) { mkdir($civicrm_root . "/api/v3/examples/$entity"); } - $f = fopen($civicrm_root . "/api/v3/examples/$entity/$exampleName.php", "w+b"); + $f = fopen($civicrm_root . "/api/v3/examples/$entity/$exampleName.ex.php", "w+b"); $contents = $smarty->fetch($civicrm_root . '/tests/templates/documentFunction.tpl'); $contents = \CRM_Core_CodeGen_Util_ArraySyntaxConverter::convert($contents); fwrite($f, $contents);