diff --git a/tests/YoutubeTest.php b/tests/YoutubeTest.php index 50063f8..9336e0b 100644 --- a/tests/YoutubeTest.php +++ b/tests/YoutubeTest.php @@ -56,7 +56,7 @@ public function testInvalidApiKey() $this->youtube->getVideoInfo($vID); } - public function testGetCategoriesInfo() + public function testGetCategories() { $region = 'US'; $response = $this->youtube->getCategories($region);