getVideoInfo() public method

public getVideoInfo ( $vId, $part = ['id', 'snippet', 'contentDetails', 'player', 'statistics', 'status'] ) : StdClass
return StdClass
 /**
  * Test skipped for now, since the API returns Error 500
  */
 public function testNotFoundAPICall()
 {
     $vID = 'Utn7NBtbHL4';
     //an deleted video
     $response = $this->youtube->getVideoInfo($vID);
     $this->assertFalse($response);
 }