PHP 클래스 Alaouy\Tests\YoutubeTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: alaouy/youtube

공개 프로퍼티들

프로퍼티 타입 설명
$youtube Alaouy\Youtube\Youtube

공개 메소드들

메소드 설명
MalFormURLProvider ( )
setUp ( )
tearDown ( )
testConstructorFail ( )
testConstructorFail2 ( )
testGetActivitiesByChannelId ( )
testGetActivitiesByChannelIdException ( )
testGetChannelById ( )
testGetChannelByName ( )
testGetChannelFromURL ( )
testGetPlaylistById ( )
testGetPlaylistItemsByPlaylistId ( )
testGetPlaylistsByChannelId ( )
testGetPopularVideos ( )
testGetRelatedVideos ( )
testGetVideoInfo ( )
testGetVideoInfoMultiple ( )
testInvalidApiKey ( )
testNotFoundAPICall ( ) Test skipped for now, since the API returns Error 500
testNotFoundAPICall2 ( ) Test skipped for now, since the API returns Error 500
testParseVIdException ( )
testParseVIdFromEmbedURL ( )
testParseVIdFromURLException ( $url )
testParseVIdFromURLFull ( )
testParseVIdFromURLShort ( )
testSearch ( )
testSearchAdvanced ( )
testSearchChannelVideos ( )
testSearchVideos ( )

메소드 상세

MalFormURLProvider() 공개 메소드

public MalFormURLProvider ( )

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testConstructorFail() 공개 메소드

public testConstructorFail ( )

testConstructorFail2() 공개 메소드

testGetActivitiesByChannelId() 공개 메소드

testGetActivitiesByChannelIdException() 공개 메소드

testGetChannelById() 공개 메소드

public testGetChannelById ( )

testGetChannelByName() 공개 메소드

testGetChannelFromURL() 공개 메소드

testGetPlaylistById() 공개 메소드

public testGetPlaylistById ( )

testGetPlaylistItemsByPlaylistId() 공개 메소드

testGetPlaylistsByChannelId() 공개 메소드

testGetPopularVideos() 공개 메소드

testGetRelatedVideos() 공개 메소드

testGetVideoInfo() 공개 메소드

public testGetVideoInfo ( )

testGetVideoInfoMultiple() 공개 메소드

testInvalidApiKey() 공개 메소드

public testInvalidApiKey ( )

testNotFoundAPICall() 공개 메소드

Test skipped for now, since the API returns Error 500
public testNotFoundAPICall ( )

testNotFoundAPICall2() 공개 메소드

Test skipped for now, since the API returns Error 500

testParseVIdException() 공개 메소드

testParseVIdFromEmbedURL() 공개 메소드

testParseVIdFromURLException() 공개 메소드

testParseVIdFromURLFull() 공개 메소드

testParseVIdFromURLShort() 공개 메소드

testSearch() 공개 메소드

public testSearch ( )

testSearchAdvanced() 공개 메소드

public testSearchAdvanced ( )

testSearchChannelVideos() 공개 메소드

testSearchVideos() 공개 메소드

public testSearchVideos ( )

프로퍼티 상세

$youtube 공개적으로 프로퍼티

public Youtube,Alaouy\Youtube $youtube
리턴 Alaouy\Youtube\Youtube