summaryrefslogtreecommitdiffstats
path: root/test/unit/bootstrap.php
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-03-20 20:32:22 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-03-20 20:32:22 -0700
commit1f9f18e136c2bbaeda2fbac9a10ab8c5abc07993 (patch)
tree116c372c47f966c0b1bb6de0bc9c12e2369331f2 /test/unit/bootstrap.php
parentdb86af55edb0329f4cb0ee4a97e8c5a49a7850de (diff)
downloadphp-http-client-1f9f18e136c2bbaeda2fbac9a10ab8c5abc07993.zip
php-http-client-1f9f18e136c2bbaeda2fbac9a10ab8c5abc07993.tar.gz
php-http-client-1f9f18e136c2bbaeda2fbac9a10ab8c5abc07993.tar.bz2
Composer/Packagist tested
Diffstat (limited to 'test/unit/bootstrap.php')
-rw-r--r--test/unit/bootstrap.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/bootstrap.php b/test/unit/bootstrap.php
index 8b4e24a..e0da9a5 100644
--- a/test/unit/bootstrap.php
+++ b/test/unit/bootstrap.php
@@ -1,6 +1,6 @@
<?php
-include(dirname(dirname(__FILE__)) . '/../lib/client.php');
-include(dirname(dirname(__FILE__)) . '/../lib/config.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)
{