Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 1535d1b

Browse files
Rename test method - testAFacebookRequestValidatesTheAccessTokenWhenOneIsNotProvided
1 parent 5e7d44c commit 1535d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/FacebookClientTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ public function testARequestWithFilesWillBeMultipart()
218218
$this->assertContains('multipart/form-data; boundary=', $headersSent['Content-Type']);
219219
}
220220

221-
public function testAFacebookRequestValidateAccessTokenIsNotProvided(){
222-
221+
public function testAFacebookRequestValidatesTheAccessTokenWhenOneIsNotProvided()
222+
{
223223
$this->setExpectedException('Facebook\Exceptions\FacebookSDKException');
224224

225225
$fbRequest = new FacebookRequest($this->fbApp, null, 'GET', '/foo');

0 commit comments

Comments
 (0)