Skip to content

Commit

Permalink
CustomFieldTooManyJoinsTest - Fix for newer PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed May 29, 2021
1 parent 7f45981 commit 3805284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/api/v3/CustomFieldTooManyJoinsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function testTooManyJoins() {
*
* @throws \CRM_Core_Exception
*/
public function tearDown() {
public function tearDown(): void {
foreach ($this->createdCustomGroups as $customGroup) {
$this->customGroupDelete($customGroup['id']);
}
Expand Down

0 comments on commit 3805284

Please sign in to comment.