pushover-php
pushover-php copied to clipboard
GetUsers test is missing from GroupTest
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