mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +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
|
@ -37,7 +37,7 @@ class YouTube extends RESTfulService
|
||||||
/**
|
/**
|
||||||
* Search for YouTube videos related to a song.
|
* Search for YouTube videos related to a song.
|
||||||
*
|
*
|
||||||
* @param Song $song
|
* @param Song $song
|
||||||
* @param string $pageToken
|
* @param string $pageToken
|
||||||
*
|
*
|
||||||
* @return object|false
|
* @return object|false
|
||||||
|
|
|
@ -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