Begin unit tests for repositories

This commit is contained in:
Dane Everitt
2017-08-26 19:58:24 -05:00
parent 72735c24f7
commit f451e4dc47
18 changed files with 734 additions and 43 deletions

View File

@@ -83,6 +83,8 @@ class LocationController extends Controller
*
* @param int $id
* @return \Illuminate\View\View
*
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
*/
public function view($id)
{