diff options
author | beardyman <nornholdj@gmail.com> | 2015-09-22 12:17:22 -0400 |
---|---|---|
committer | beardyman <nornholdj@gmail.com> | 2015-09-22 12:17:22 -0400 |
commit | 271d2b486af305ef49830b16748edce84341a3c0 (patch) | |
tree | 0021062dba5638999411eed7a311ddccab6db691 /test/unit/bootstrap.php | |
parent | efe48cc85e619768f69cd1d4843505bf9d146745 (diff) | |
download | php-sparkpost-271d2b486af305ef49830b16748edce84341a3c0.zip php-sparkpost-271d2b486af305ef49830b16748edce84341a3c0.tar.gz php-sparkpost-271d2b486af305ef49830b16748edce84341a3c0.tar.bz2 |
started cleaning up tests to reflect the new changes
Diffstat (limited to 'test/unit/bootstrap.php')
-rw-r--r-- | test/unit/bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/bootstrap.php b/test/unit/bootstrap.php index 7e73606..835369b 100644 --- a/test/unit/bootstrap.php +++ b/test/unit/bootstrap.php @@ -1,3 +1,3 @@ <?php require_once dirname(__FILE__).'/../../vendor/autoload.php'; -?>
\ No newline at end of file +?> |