summaryrefslogtreecommitdiffstats
path: root/test/unit/SparkPostTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/SparkPostTest.php')
-rw-r--r--test/unit/SparkPostTest.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/unit/SparkPostTest.php b/test/unit/SparkPostTest.php
index aeda7d7..cd45c5a 100644
--- a/test/unit/SparkPostTest.php
+++ b/test/unit/SparkPostTest.php
@@ -29,12 +29,11 @@ class SparkPostTest extends \PHPUnit_Framework_TestCase {
self::$utils->setProperty($this->resource, 'httpAdapter', $this->adapterMock);
}
- public function tearDown()
- {
- Mockery::close();
- }
+ public function tearDown(){
+ Mockery::close();
+ }
- /**
+ /**
* @desc Ensures that the configuration class is not instantiable.
*/
public function testConstructorSetsUpTransmissions() {