diff options
author | Jordan Nornhold <nornholdj@gmail.com> | 2015-09-08 22:24:16 -0400 |
---|---|---|
committer | Jordan Nornhold <nornholdj@gmail.com> | 2015-09-08 22:24:16 -0400 |
commit | aeea514f81c652257b64e606c771cc51249db49c (patch) | |
tree | 7884f1a4c5b418fda7ef84693f7e1d0aed0b6f0a /test/unit/SparkPostTest.php | |
parent | 3fb7f608b1252d1bf973f79af8f98ee11b9f1a0d (diff) | |
parent | c48ff8467d2a4ae229df6a3b8949e82d0d792ee5 (diff) | |
download | php-sparkpost-aeea514f81c652257b64e606c771cc51249db49c.zip php-sparkpost-aeea514f81c652257b64e606c771cc51249db49c.tar.gz php-sparkpost-aeea514f81c652257b64e606c771cc51249db49c.tar.bz2 |
Merge pull request #15 from MattApril/master
SDK Refactor for easy extensibility
Diffstat (limited to 'test/unit/SparkPostTest.php')
-rw-r--r-- | test/unit/SparkPostTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/SparkPostTest.php b/test/unit/SparkPostTest.php index 650cb36..f40461d 100644 --- a/test/unit/SparkPostTest.php +++ b/test/unit/SparkPostTest.php @@ -20,6 +20,7 @@ class SparkPostTest extends \PHPUnit_Framework_TestCase { * @expectedExceptionMessage No configuration has been provided */ public function testGetConfigEmptyException() { + SparkPost::unsetConfig(); SparkPost::getConfig(); } |