Skip to content

Commit

Permalink
Fixed super long test name - in the name of better future for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
l3l0 committed Sep 14, 2011
1 parent f258e9c commit 0285055
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@ public function testThatRedirectResponseWithFacebookLoginUrlIsCreated()
/**
* @covers FOS\FacebookBundle\Security\EntryPoint\FacebookAuthenticationEntryPoint::start
*/
public function testThatResponseWithJsRedirectionToFacebookLoginUrlIsCreatedWhenAppAndServerUrlsAreDefined()
public function testThatRedirectionToFacebookLoginUrlIsCreated()
{
$requestMock = $this->getMock('Symfony\Component\HttpFoundation\Request', array('getUriForPath'));

Expand Down

0 comments on commit 0285055

Please sign in to comment.