Fix tests

This commit is contained in:
Dane Everitt
2021-01-30 19:12:22 -08:00
parent 2f08456ed9
commit 00da092e45
11 changed files with 21 additions and 389 deletions

View File

@@ -66,11 +66,6 @@ interface ServerRepositoryInterface extends RepositoryInterface
*/
public function isUniqueUuidCombo(string $uuid, string $short): bool;
/**
* Get the amount of servers that are suspended.
*/
public function getSuspendedServersCount(): int;
/**
* Returns all of the servers that exist for a given node in a paginated response.
*/