Merge pull request #23722 from jensschuppe/fix/multipleLogfilesMultilanguage
[civicrm-core.git] / tests / phpunit / CRM / SMS / ProviderTest.php
index a1921f330b90a8208282478d0a783398785d45ad..9bf2993bb6eb2b535feeb50a7c30345a94fa81e4 100644 (file)
@@ -23,7 +23,7 @@ class CRM_SMS_ProviderTest extends CiviUnitTestCase {
   /**
    * Set Up Funtion
    */
-  public function setUp() {
+  public function setUp(): void {
     parent::setUp();
     $option = $this->callAPISuccess('option_value', 'create', ['option_group_id' => 'sms_provider_name', 'name' => 'test_provider_name', 'label' => 'test_provider_name', 'value' => 1]);
     $this->option_value = $option['id'];