summaryrefslogtreecommitdiff
path: root/lib/facebook-graph-sdk/tests/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/facebook-graph-sdk/tests/bootstrap.php')
-rw-r--r--lib/facebook-graph-sdk/tests/bootstrap.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/facebook-graph-sdk/tests/bootstrap.php b/lib/facebook-graph-sdk/tests/bootstrap.php
index 4b04836..49fba28 100644
--- a/lib/facebook-graph-sdk/tests/bootstrap.php
+++ b/lib/facebook-graph-sdk/tests/bootstrap.php
@@ -1,6 +1,6 @@
<?php
/**
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
@@ -25,8 +25,6 @@ date_default_timezone_set('Europe/Paris');
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";