Merge pull request #24024 from MegaphoneJon/print-summary-afform
[civicrm-core.git] / tests / phpunit / HelloTest.php
index 172d62f358375b650f5c2cb01f16f7e6afbf99f2..63c5eb344b64e07a89c8fc41ceba1fab83bf97ac 100644 (file)
@@ -38,7 +38,7 @@ class HelloTest extends PHPUnit\Framework\TestCase {
    * this function is defined in PHPUnit_TestCase and overwritten
    * here
    */
-  public function setUp() {
+  public function setUp(): void {
     // create a new instance of String with the
     // string 'abc'
     $this->abc = 'hello';