Formatting

This commit is contained in:
Nabeel Shahzad
2019-07-16 14:06:13 -04:00
parent 3e1d9080df
commit 80560ec20c
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
<?php
use App\Models\Airport;
use App\Models\User;
use App\Repositories\SettingRepository;
use App\Services\UserService;
@@ -192,6 +191,7 @@ class UserTest extends TestCase
/**
* Test the pilot ID being added when a new user is created
*
* @expectedException \App\Exceptions\UserPilotIdExists
*/
public function testUserPilotIdChangeAlreadyExists()