mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +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\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
|
||||
|
|
Loading…
Reference in a new issue