diff options
author | nornholdj <nornholdj@gmail.com> | 2014-11-14 16:24:55 -0500 |
---|---|---|
committer | nornholdj <nornholdj@gmail.com> | 2014-11-14 16:24:55 -0500 |
commit | 3095de0dca14565911a2bdcc1ee5960e63b9b1f4 (patch) | |
tree | 6934c8cf3d9c91852a76e57314246e17c81b4f80 | |
parent | 1124aaa608082609fdc6e451de24cc6781706eef (diff) | |
download | php-sparkpost-3095de0dca14565911a2bdcc1ee5960e63b9b1f4.zip php-sparkpost-3095de0dca14565911a2bdcc1ee5960e63b9b1f4.tar.gz php-sparkpost-3095de0dca14565911a2bdcc1ee5960e63b9b1f4.tar.bz2 |
MA-1084 #time 5m fixed test and updated composer.lock
-rw-r--r-- | composer.lock | 256 | ||||
-rw-r--r-- | test/unit/SendGridCompatibiility/EmailTest.php | 2 |
2 files changed, 2 insertions, 256 deletions
diff --git a/composer.lock b/composer.lock index 58c0391..56e173b 100644 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "78307ddeb6a908b40d62d636e90a4ee2", + "hash": "6f9c9d455eb869305157559b093a3c5d", "packages": [ { "name": "guzzlehttp/guzzle", @@ -157,49 +157,6 @@ ], "packages-dev": [ { - "name": "codegyre/robo", - "version": "0.3.6", - "source": { - "type": "git", - "url": "https://github.com/Codegyre/Robo.git", - "reference": "f34c0a38c3a69e3c362186c0f3f3c9b53853e683" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Codegyre/Robo/zipball/f34c0a38c3a69e3c362186c0f3f3c9b53853e683", - "reference": "f34c0a38c3a69e3c362186c0f3f3c9b53853e683", - "shasum": "" - }, - "require": { - "henrikbjorn/lurker": "1.0.*@dev", - "symfony/console": "*" - }, - "require-dev": { - "symfony/finder": "*" - }, - "bin": [ - "robo" - ], - "type": "library", - "autoload": { - "psr-4": { - "Robo\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Davert", - "email": "davert.php@resend.cc" - } - ], - "description": "Modern task runner", - "time": "2014-02-21 05:16:15" - }, - { "name": "doctrine/instantiator", "version": "1.0.4", "source": { @@ -254,67 +211,6 @@ "time": "2014-10-13 12:58:55" }, { - "name": "henrikbjorn/lurker", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/henrikbjorn/Lurker.git", - "reference": "a020d45b3bc37810aeafe27343c51af8a74c9419" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/henrikbjorn/Lurker/zipball/a020d45b3bc37810aeafe27343c51af8a74c9419", - "reference": "a020d45b3bc37810aeafe27343c51af8a74c9419", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/config": "~2.2", - "symfony/event-dispatcher": "~2.2" - }, - "suggest": { - "ext-inotify": ">=0.1.6" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Lurker": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Henrik Bjornskov", - "email": "henrik@bjrnskov.dk", - "homepage": "http://henrik.bjrnskov.dk" - }, - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - }, - { - "name": "Yaroslav Kiliba", - "email": "om.dattaya@gmail.com" - } - ], - "description": "Resource Watcher.", - "keywords": [ - "filesystem", - "resource", - "watching" - ], - "time": "2013-05-24 06:47:29" - }, - { "name": "phpunit/php-code-coverage", "version": "2.0.11", "source": { @@ -957,156 +853,6 @@ "time": "2014-03-07 15:35:33" }, { - "name": "symfony/config", - "version": "v2.5.6", - "target-dir": "Symfony/Component/Config", - "source": { - "type": "git", - "url": "https://github.com/symfony/Config.git", - "reference": "0316364bfebc8b080077c731a99f189341476bd7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Config/zipball/0316364bfebc8b080077c731a99f189341476bd7", - "reference": "0316364bfebc8b080077c731a99f189341476bd7", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/filesystem": "~2.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Config\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Symfony Config Component", - "homepage": "http://symfony.com", - "time": "2014-09-23 05:25:11" - }, - { - "name": "symfony/console", - "version": "v2.5.6", - "target-dir": "Symfony/Component/Console", - "source": { - "type": "git", - "url": "https://github.com/symfony/Console.git", - "reference": "6f177fca24200a5b97aef5ce7a5c98124a0f0db0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/6f177fca24200a5b97aef5ce7a5c98124a0f0db0", - "reference": "6f177fca24200a5b97aef5ce7a5c98124a0f0db0", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/event-dispatcher": "~2.1" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Console\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Symfony Console Component", - "homepage": "http://symfony.com", - "time": "2014-10-05 13:57:04" - }, - { - "name": "symfony/filesystem", - "version": "v2.5.6", - "target-dir": "Symfony/Component/Filesystem", - "source": { - "type": "git", - "url": "https://github.com/symfony/Filesystem.git", - "reference": "4e62fab0060a826561c78b665925b37c870c45f5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Filesystem/zipball/4e62fab0060a826561c78b665925b37c870c45f5", - "reference": "4e62fab0060a826561c78b665925b37c870c45f5", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.5-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Filesystem\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Symfony Filesystem Component", - "homepage": "http://symfony.com", - "time": "2014-09-22 09:14:18" - }, - { "name": "symfony/yaml", "version": "v2.5.6", "target-dir": "Symfony/Component/Yaml", diff --git a/test/unit/SendGridCompatibiility/EmailTest.php b/test/unit/SendGridCompatibiility/EmailTest.php index 6679745..c60801c 100644 --- a/test/unit/SendGridCompatibiility/EmailTest.php +++ b/test/unit/SendGridCompatibiility/EmailTest.php @@ -102,7 +102,7 @@ class SendGridCompatibilityEmailTest extends \PHPUnit_Framework_TestCase { * @expectedExceptionMessage Adding categories is not yet supported */ public function testAddCategory() { - $this->email->addCategory($value); + $this->email->addCategory(''); } /** |