mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Applied fixes from StyleCI (#386)
This commit is contained in:
parent
3bd568f889
commit
1f75e85fb6
2 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
use App\Models\Song;
|
use App\Models\Song;
|
||||||
use App\Services\YouTube;
|
use App\Services\YouTube;
|
||||||
use Mockery as m;
|
|
||||||
use GuzzleHttp\Client;
|
use GuzzleHttp\Client;
|
||||||
use GuzzleHttp\Psr7\Response;
|
use GuzzleHttp\Psr7\Response;
|
||||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||||
use Illuminate\Foundation\Testing\WithoutMiddleware;
|
use Illuminate\Foundation\Testing\WithoutMiddleware;
|
||||||
|
use Mockery as m;
|
||||||
use YouTube as YouTubeFacade;
|
use YouTube as YouTubeFacade;
|
||||||
|
|
||||||
class YouTubeTest extends TestCase
|
class YouTubeTest extends TestCase
|
||||||
|
|
Loading…
Reference in a new issue