コード例 #1
0
ファイル: ArtistTest.php プロジェクト: Proscrine/AfpaSpotify
 public function testpresent()
 {
     $present = new Artist();
     $result = $present->url("/spotify/4gzpq5DPGxSnKTe4SA8HAU");
     $this->assertEquals(Coldplay, $result);
 }