Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions tests/FacebookTestCredentials.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@
*/
namespace Facebook\Tests;

class FacebookTestCredentials {

/**
* These must be filled out with valid Facebook app details for the tests to
* run.
*/
public static $appId = '';
public static $appSecret = '';

class FacebookTestCredentials
{
/**
* These must be filled out with valid Facebook app details for the tests to
* run.
*/
public static $appId = '';
public static $appSecret = '';
}