PHP 클래스 Madcoda\Youtube\Tests\YoutubeTest

저자: Jason Leung ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: madcoda/php-youtube-api

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
MalFormURLProvider ( )
setUp ( )
tearDown ( )
testConstructorFail ( )
testConstructorFail2 ( )
testGetActivitiesByChannelId ( )
testGetActivitiesByChannelIdException ( )
testGetChannelById ( )
testGetChannelByName ( )
testGetChannelFromURL ( )
testGetPlaylistById ( )
testGetPlaylistItemsByPlaylistId ( )
testGetPlaylistsByChannelId ( )
testGetVideoInfo ( )
testGetVideosInfo ( )
testInvalidApiKey ( )
testNotFoundAPICall ( ) Test skipped for now, since the API returns Error 500
testNotFoundAPICall2 ( ) Test skipped for now, since the API returns Error 500
testParseVIdException ( )
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() 공개 메소드

testGetVideoInfo() 공개 메소드

public testGetVideoInfo ( )

testGetVideosInfo() 공개 메소드

public testGetVideosInfo ( )

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() 공개 메소드

testParseVIdFromURLException() 공개 메소드

testParseVIdFromURLFull() 공개 메소드

testParseVIdFromURLShort() 공개 메소드

testSearch() 공개 메소드

public testSearch ( )

testSearchAdvanced() 공개 메소드

public testSearchAdvanced ( )

testSearchChannelVideos() 공개 메소드

testSearchVideos() 공개 메소드

public testSearchVideos ( )

프로퍼티 상세

$youtube 보호되어 있는 프로퍼티

protected Youtube,Madcoda $youtube
리턴 Madcoda\Youtube