summaryrefslogtreecommitdiffstats
path: root/tests/Bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bootstrap.php')
-rw-r--r--tests/Bootstrap.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php
deleted file mode 100644
index 235b6d3..0000000
--- a/tests/Bootstrap.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-error_reporting(E_ALL | E_STRICT);
-ini_set('display_errors', 1);
-
-$root = realpath(dirname(dirname(__FILE__)));
-require_once $root . '/JWT.php';
-
-unset($root);