Skip to content

Commit 2343fca

Browse files
committed
Change test app_id
Run tests with : ./PHPUnit-3.5.5/phpunit.php --colors --verbose --bootstrap src/facebook.php tests/tests.php assuming you have PHPUnit in the current directory (from http://pear.phpunit.de/get/ )
1 parent 1b3edf9 commit 2343fca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/tests.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
* @owner naitik
55
*/
66

7-
class FacebookTest extends PHPUnit_Framework_TestCase
7+
class PHPSDKTestCase extends PHPUnit_Framework_TestCase
88
{
99
const APP_ID = '117743971608120';
1010
const SECRET = '943716006e74d9b9283d4d5d8ab93204';
1111

12-
const MIGRATED_APP_ID = '148931871805121';
13-
const MIGRATED_SECRET = 'bb9b2bb536647ed3b92c1c9a8969ef7c';
12+
const MIGRATED_APP_ID = '174236045938435';
13+
const MIGRATED_SECRET = '0073dce2d95c4a5c2922d1827ea0cca6';
1414

1515
private static $VALID_EXPIRED_SESSION = array(
1616
'access_token' => '117743971608120|2.vdCKd4ZIEJlHwwtrkilgKQ__.86400.1281049200-1677846385|NF_2DDNxFBznj2CuwiwabHhTAHc.',

0 commit comments

Comments
 (0)