public function testLabels()
 {
     $username = API_ENVS::get()["user1"]["login"];
     $vids = Vzaar::getVideoList($username, true, 20, "api,api2");
     $this->assertEquals(count($vids), 1);
 }
<?php

/*
 * @author skitsanos
 */
require_once '../src/Vzaar.php';
/**
 * This API call returns a list of the user's active videos along with it's relevant metadata
 */
print_r(Vzaar::getVideoList('vzaar'));