Merge pull request #19806 from eileenmcnaughton/msg_compat
[civicrm-core.git] / tests / phpunit / CRM / SMS / PreviewTest.php
index dfe82711c3f427e2dc13226473a1eeb246ef493e..ce45dfa728a2a0f261f389ef3e170e9f77cb36ce 100644 (file)
@@ -19,7 +19,7 @@ class CRM_SMS_PreviewTest extends CiviUnitTestCase {
   /**
    * Clean up after each test.
    */
-  public function tearDown() {
+  public function tearDown(): void {
     parent::tearDown();
     $this->callAPISuccess('option_value', 'delete', ['id' => $this->option_value]);
   }