14 lines
207 B
Plaintext
14 lines
207 B
Plaintext
<?php
|
|
|
|
class FacebookTestCredentials {
|
|
|
|
/**
|
|
* These must be filled out with valid Facebook app details for the tests to
|
|
* run.
|
|
*/
|
|
public static $appId = '';
|
|
public static $appSecret = '';
|
|
|
|
}
|
|
|