pushover-php icon indicating copy to clipboard operation
pushover-php copied to clipboard

GetUsers test is missing from GroupTest

Open slunak opened this issue 1 year ago • 0 comments

Test for src/Api/Groups/Group.php:

/**
* @return Recipient[]
*/
public function getUsers(): array
{
  return $this->users;
}

To be added here tests/Api/Groups/GroupTest.php

slunak avatar Sep 03 '24 09:09 slunak