Wrote tests for Limit Controller

This commit is contained in:
James Cole
2014-08-09 10:01:37 +02:00
parent f792c7add7
commit c06e2380a5
6 changed files with 285 additions and 51 deletions

View File

@@ -34,4 +34,6 @@ interface LimitRepositoryInterface
* @return mixed
*/
public function find($limitId);
public function destroy(\Limit $limit);
}