summaryrefslogtreecommitdiffstats
path: root/test/unit/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/bootstrap.php')
-rw-r--r--test/unit/bootstrap.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/bootstrap.php b/test/unit/bootstrap.php
index e0da9a5..71a1608 100644
--- a/test/unit/bootstrap.php
+++ b/test/unit/bootstrap.php
@@ -1,6 +1,5 @@
<?php
include(dirname(dirname(__FILE__)) . '/../lib/SendGrid/client.php');
-include(dirname(dirname(__FILE__)) . '/../lib/SendGrid/config.php');
require __DIR__ . '/../../vendor/autoload.php';
function autoload_tests($class)
{