| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | public function testCreateSpotifyApiAuth() |
||
| 14 | { |
||
| 15 | $factory = new Factory(); |
||
| 16 | $spotifyApiAuth = $factory->createSpotifyApiAuth(); |
||
| 17 | $this->assertInstanceOf(SpotifyApiAuthInterface::class, $spotifyApiAuth); |
||
| 18 | $this->assertNotEmpty($spotifyApiAuth->getAuthorizeUrlForPlaylistModifyPublic()); |
||
| 19 | } |
||
| 20 | } |