diff options
author | beardyman <nornholdj@gmail.com> | 2015-10-03 11:05:25 -0400 |
---|---|---|
committer | beardyman <nornholdj@gmail.com> | 2015-10-03 11:05:25 -0400 |
commit | ada533a743125008474de854a3f6bcec5c104fbe (patch) | |
tree | c640e50d2a4d9cacae7c7964260f18c3af5258a8 /test/unit/SparkPostTest.php | |
parent | 55d428cb95c10c7b94225760a663f28d50190091 (diff) | |
download | php-sparkpost-ada533a743125008474de854a3f6bcec5c104fbe.zip php-sparkpost-ada533a743125008474de854a3f6bcec5c104fbe.tar.gz php-sparkpost-ada533a743125008474de854a3f6bcec5c104fbe.tar.bz2 |
replaced tabs with two spaces. normalized quotes
Diffstat (limited to 'test/unit/SparkPostTest.php')
-rw-r--r-- | test/unit/SparkPostTest.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/unit/SparkPostTest.php b/test/unit/SparkPostTest.php index cd45c5a..d4b1129 100644 --- a/test/unit/SparkPostTest.php +++ b/test/unit/SparkPostTest.php @@ -34,14 +34,14 @@ class SparkPostTest extends \PHPUnit_Framework_TestCase { } /** - * @desc Ensures that the configuration class is not instantiable. - */ - public function testConstructorSetsUpTransmissions() { - $sparky = new SparkPost(new CurlHttpAdapter(), ['key'=>'a key']); - $this->assertEquals('SparkPost\Transmission', get_class($sparky->transmission)); + * @desc Ensures that the configuration class is not instantiable. + */ + public function testConstructorSetsUpTransmissions() { + $sparky = new SparkPost(new CurlHttpAdapter(), ['key'=>'a key']); + $this->assertEquals('SparkPost\Transmission', get_class($sparky->transmission)); $adapter = self::$utils->getProperty($this->resource, 'httpAdapter'); $this->assertRegExp('/php-sparkpost.*/', $adapter->getConfiguration()->getUserAgent()); - } + } /** * @expectedException Exception |