Implemented some new tests.

This commit is contained in:
James Cole
2016-01-24 20:38:58 +01:00
parent a013553a6c
commit 08131e42af
6 changed files with 248 additions and 158 deletions

View File

@@ -42,6 +42,11 @@ interface PiggyBankRepositoryInterface
*/
public function getEvents(PiggyBank $piggyBank);
/**
* @return int
*/
public function getMaxOrder();
/**
* @return Collection
*/