We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f14080 commit be5d986Copy full SHA for be5d986
tests/FacebookTest.php
@@ -41,8 +41,8 @@
41
class FacebookTest extends TestCase
42
{
43
protected $config = [
44
- 'app_id' => '1337',
45
- 'app_secret' => 'foo_secret',
+ 'app_id' => '1337',
+ 'app_secret' => 'foo_secret',
46
'default_graph_version' => 'v11.0',
47
];
48
@@ -53,7 +53,7 @@ public function testInstantiatingWithoutAppIdThrows()
53
// unset value so there is no fallback to test expected Exception
54
putenv(Facebook::APP_ID_ENV_NAME.'=');
55
$config = [
56
57
58
59
new Facebook($config);
0 commit comments