Applied fixes from StyleCI (#386)

This commit is contained in:
Phan An 2016-07-30 23:34:34 +08:00 committed by GitHub
parent 3bd568f889
commit 1f75e85fb6
2 changed files with 2 additions and 2 deletions

View file

@ -2,11 +2,11 @@
use App\Models\Song;
use App\Services\YouTube;
use Mockery as m;
use GuzzleHttp\Client;
use GuzzleHttp\Psr7\Response;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Mockery as m;
use YouTube as YouTubeFacade;
class YouTubeTest extends TestCase