PHP Class Madcoda\Youtube\Tests\YoutubeTest

Author: Jason Leung ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: madcoda/php-youtube-api

Protected Properties

Свойство Type Description
$youtube Madcoda\Youtube

Méthodes publiques

Méthode Description
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 ( )

Method Details

MalFormURLProvider() public méthode

public MalFormURLProvider ( )

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testConstructorFail() public méthode

public testConstructorFail ( )

testConstructorFail2() public méthode

testGetActivitiesByChannelId() public méthode

testGetActivitiesByChannelIdException() public méthode

testGetChannelById() public méthode

public testGetChannelById ( )

testGetChannelByName() public méthode

testGetChannelFromURL() public méthode

testGetPlaylistById() public méthode

public testGetPlaylistById ( )

testGetPlaylistItemsByPlaylistId() public méthode

testGetPlaylistsByChannelId() public méthode

testGetVideoInfo() public méthode

public testGetVideoInfo ( )

testGetVideosInfo() public méthode

public testGetVideosInfo ( )

testInvalidApiKey() public méthode

public testInvalidApiKey ( )

testNotFoundAPICall() public méthode

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

testNotFoundAPICall2() public méthode

Test skipped for now, since the API returns Error 500

testParseVIdException() public méthode

testParseVIdFromURLException() public méthode

testParseVIdFromURLFull() public méthode

testParseVIdFromURLShort() public méthode

testSearch() public méthode

public testSearch ( )

testSearchAdvanced() public méthode

public testSearchAdvanced ( )

testSearchChannelVideos() public méthode

testSearchVideos() public méthode

public testSearchVideos ( )

Property Details

$youtube protected_oe property

protected Youtube,Madcoda $youtube
Résultat Madcoda\Youtube