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

Commit 3164515

Browse files
committed
Merge pull request #591 from localheinz/fix/unused
Fix: Remove unused imports
2 parents 5ee433d + ea60444 commit 3164515

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

tests/Authentication/OAuth2ClientTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
*/
2424
namespace Facebook\Tests\Authentication;
2525

26-
use Mockery as m;
2726
use Facebook\Facebook;
2827
use Facebook\FacebookApp;
2928
use Facebook\Authentication\OAuth2Client;

tests/PseudoRandomString/PseudoRandomStringFactoryTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
2323
*/
2424
namespace Facebook\Tests\PseudoRandomString;
2525

26-
use Facebook\PseudoRandomString\McryptPseudoRandomStringGenerator;
27-
use Facebook\PseudoRandomString\OpenSslPseudoRandomStringGenerator;
2826
use Facebook\PseudoRandomString\PseudoRandomStringGeneratorFactory;
29-
use Facebook\PseudoRandomString\UrandomPseudoRandomStringGenerator;
3027
use PHPUnit_Framework_TestCase;
3128

3229
class PseudoRandomStringFactoryTest extends PHPUnit_Framework_TestCase

tests/bootstrap.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525

2626
require_once __DIR__ . '/../vendor/autoload.php';
2727

28-
use Facebook\FacebookClient;
29-
3028
// Delete the temp test user after all tests have fired
3129
register_shutdown_function(function () {
3230
//echo "\nTotal requests made to Graph: " . FacebookClient::$requestCount . "\n\n";

0 commit comments

Comments
 (0)