Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/Authentication/OAuth2ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
*/
namespace Facebook\Tests\Authentication;

use Mockery as m;
use Facebook\Facebook;
use Facebook\FacebookApp;
use Facebook\Authentication\OAuth2Client;
Expand Down
3 changes: 0 additions & 3 deletions tests/PseudoRandomString/PseudoRandomStringFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
*/
namespace Facebook\Tests\PseudoRandomString;

use Facebook\PseudoRandomString\McryptPseudoRandomStringGenerator;
use Facebook\PseudoRandomString\OpenSslPseudoRandomStringGenerator;
use Facebook\PseudoRandomString\PseudoRandomStringGeneratorFactory;
use Facebook\PseudoRandomString\UrandomPseudoRandomStringGenerator;
use PHPUnit_Framework_TestCase;

class PseudoRandomStringFactoryTest extends PHPUnit_Framework_TestCase
Expand Down
2 changes: 0 additions & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

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

use Facebook\FacebookClient;

// Delete the temp test user after all tests have fired
register_shutdown_function(function () {
//echo "\nTotal requests made to Graph: " . FacebookClient::$requestCount . "\n\n";
Expand Down