summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/SparkPostTest.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/unit/SparkPostTest.php b/test/unit/SparkPostTest.php
index d4b1129..101784a 100644
--- a/test/unit/SparkPostTest.php
+++ b/test/unit/SparkPostTest.php
@@ -66,11 +66,6 @@ class SparkPostTest extends \PHPUnit_Framework_TestCase {
$this->assertEquals('application/json', $results['Content-Type']);
}
- public function testGetHeadersOverride() {
- $results = $this->resource->getHttpHeaders(['Content-Type'=>'application/xml']);
- $this->assertEquals('application/xml', $results['Content-Type']);
- }
-
public function testSetUnwrapped() {
$results = $this->resource->setupUnwrapped('ASweetEndpoint');
$this->assertEquals($this->resource->ASweetEndpoint, $results);