Skip to content

Commit

Permalink
Inval
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Aug 22, 2014
1 parent 746840a commit 845f979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/VkTest/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function getTestUserId()

public function getClient()
{
$client = new \SocialConnect\Vk\Client($GLOBALS['applicationId'], $GLOBALS['applicationSecret']);
$client = new \SocialConnect\Vk\Client(intval($GLOBALS['applicationId']), $GLOBALS['applicationSecret']);
$client->setAccessToken($GLOBALS['testUserAccessToken']);

if (strlen($GLOBALS['testUserAccessToken']) < 10) {
Expand Down

0 comments on commit 845f979

Please sign in to comment.