Skip to content

Commit

Permalink
Change test app_id
Browse files Browse the repository at this point in the history
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/ )
  • Loading branch information
ptarjan committed Nov 29, 2010
1 parent 1b3edf9 commit 2343fca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tests.php
Expand Up @@ -4,13 +4,13 @@
* @owner naitik
*/

class FacebookTest extends PHPUnit_Framework_TestCase
class PHPSDKTestCase extends PHPUnit_Framework_TestCase
{
const APP_ID = '117743971608120';
const SECRET = '943716006e74d9b9283d4d5d8ab93204';

const MIGRATED_APP_ID = '148931871805121';
const MIGRATED_SECRET = 'bb9b2bb536647ed3b92c1c9a8969ef7c';
const MIGRATED_APP_ID = '174236045938435';
const MIGRATED_SECRET = '0073dce2d95c4a5c2922d1827ea0cca6';

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

0 comments on commit 2343fca

Please sign in to comment.