X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCiviTest%2FCiviUnitTestCase.php;h=83fff3e4185cae226db4a55ae446b90a74260078;hb=1eb67ea32fba44568ddef4c9891f1e986607c0fc;hp=af0f28dd4af099da91d801975ec85013c664b76e;hpb=82fe6539a23c42443bc493eba4b3595a4bce594d;p=civicrm-core.git diff --git a/tests/phpunit/CiviTest/CiviUnitTestCase.php b/tests/phpunit/CiviTest/CiviUnitTestCase.php index af0f28dd4a..83fff3e418 100644 --- a/tests/phpunit/CiviTest/CiviUnitTestCase.php +++ b/tests/phpunit/CiviTest/CiviUnitTestCase.php @@ -495,14 +495,14 @@ class CiviUnitTestCase extends PHPUnit\Framework\TestCase { * Create a batch of external API calls which can * be executed concurrently. * - * @code + * ``` * $calls = $this->createExternalAPI() * ->addCall('Contact', 'get', ...) * ->addCall('Contact', 'get', ...) * ... * ->run() * ->getResults(); - * @endcode + * ``` * * @return \Civi\API\ExternalBatch * @throws PHPUnit_Framework_SkippedTestError