From fdf240cdc89670af1b8f6b8e21a78a06ba71d22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=9F=D0=B0?= =?UTF-8?q?=D1=86=D1=83=D1=80=D0=B0?= Date: Sat, 16 Aug 2014 22:01:23 +0400 Subject: [PATCH] Currect test name --- tests/VkTest/ClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/VkTest/ClientTest.php b/tests/VkTest/ClientTest.php index e39a2fa..55120f5 100755 --- a/tests/VkTest/ClientTest.php +++ b/tests/VkTest/ClientTest.php @@ -56,7 +56,7 @@ public function testIsGroupMembersSuccess() $this->assertEquals(0, $result[1]->member); } - public function testGetFriends() + public function testGetFriendsList() { $client = $this->getClient();