diff --git a/composer.json b/composer.json index 1f2a875dd..4131829f8 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,9 @@ }, "require-dev": { "fzaninotto/faker": "1.4.0", - "codeception/codeception": "~2.0.0" + "codeception/codeception": "~2.0.0", + "codeception/mockery-module": "*", + "laracasts/testdummy": "~2.0" }, "autoload": { "classmap": [ diff --git a/composer.lock b/composer.lock index 1b4060927..b21572a69 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "8625c653b9f1cea84c409f2da632a32a", + "hash": "a491c426ea0308a8fee769f5d3829509", "packages": [ { "name": "illuminate/container", @@ -435,6 +435,42 @@ ], "time": "2015-01-17 12:30:26" }, + { + "name": "codeception/mockery-module", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/Codeception/MockeryModule.git", + "reference": "178dd30c676220731d6d1efa07743143ad0b3525" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Codeception/MockeryModule/zipball/178dd30c676220731d6d1efa07743143ad0b3525", + "reference": "178dd30c676220731d6d1efa07743143ad0b3525", + "shasum": "" + }, + "require": { + "mockery/mockery": "~0.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "Codeception\\Module\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Bodnarchuk", + "email": "davert.php@mailican.com" + } + ], + "description": "Mockery Module for Codeception", + "time": "2014-08-30 22:28:34" + }, { "name": "doctrine/instantiator", "version": "dev-master", @@ -642,12 +678,12 @@ "source": { "type": "git", "url": "https://github.com/guzzle/RingPHP.git", - "reference": "a6dfe3ed43cba212a76773bc5329646042085459" + "reference": "0b13b4f0d595c4e886ae8eecdfe27e049ba38375" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/a6dfe3ed43cba212a76773bc5329646042085459", - "reference": "a6dfe3ed43cba212a76773bc5329646042085459", + "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/0b13b4f0d595c4e886ae8eecdfe27e049ba38375", + "reference": "0b13b4f0d595c4e886ae8eecdfe27e049ba38375", "shasum": "" }, "require": { @@ -685,7 +721,7 @@ } ], "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", - "time": "2015-01-05 18:46:17" + "time": "2015-01-20 22:24:03" }, { "name": "guzzlehttp/streams", @@ -737,6 +773,119 @@ ], "time": "2015-01-11 22:40:57" }, + { + "name": "laracasts/testdummy", + "version": "2.0.12", + "source": { + "type": "git", + "url": "https://github.com/laracasts/TestDummy.git", + "reference": "a3cb5605fbdac17f0a8973ece0e41b1221ccc990" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laracasts/TestDummy/zipball/a3cb5605fbdac17f0a8973ece0e41b1221ccc990", + "reference": "a3cb5605fbdac17f0a8973ece0e41b1221ccc990", + "shasum": "" + }, + "require": { + "fzaninotto/faker": "~1.4", + "illuminate/support": "~4.0|~5.0", + "php": ">=5.4.0" + }, + "require-dev": { + "phpspec/phpspec": "~2.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "Laracasts\\TestDummy": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jeffrey Way", + "email": "jeffrey@laracasts.com" + } + ], + "description": "Easy test stubs", + "keywords": [ + "factorygirl", + "laravel", + "stubs", + "testing" + ], + "time": "2015-01-07 19:32:02" + }, + { + "name": "mockery/mockery", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/padraic/mockery.git", + "reference": "cce38ee95d444190e8aac2d46c6d5e7b94ea44ef" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/padraic/mockery/zipball/cce38ee95d444190e8aac2d46c6d5e7b94ea44ef", + "reference": "cce38ee95d444190e8aac2d46c6d5e7b94ea44ef", + "shasum": "" + }, + "require": { + "lib-pcre": ">=7.0", + "php": ">=5.3.2" + }, + "require-dev": { + "hamcrest/hamcrest-php": "~1.1", + "phpunit/phpunit": "~4.0", + "satooshi/php-coveralls": "~0.7@dev" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.9.x-dev" + } + }, + "autoload": { + "psr-0": { + "Mockery": "library/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Pádraic Brady", + "email": "padraic.brady@gmail.com", + "homepage": "http://blog.astrumfutura.com" + }, + { + "name": "Dave Marshall", + "email": "dave.marshall@atstsolutions.co.uk", + "homepage": "http://davedevelopment.co.uk" + } + ], + "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", + "homepage": "http://github.com/padraic/mockery", + "keywords": [ + "BDD", + "TDD", + "library", + "mock", + "mock objects", + "mockery", + "stub", + "test", + "test double", + "testing" + ], + "time": "2015-01-18 20:11:41" + }, { "name": "phpdocumentor/reflection-docblock", "version": "dev-master", @@ -1497,12 +1646,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0b46bd9fbe4b639757d2ee5682db207a99bc137b" + "reference": "007c441df427cf0e175372fcbb9d196bce7eb743" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0b46bd9fbe4b639757d2ee5682db207a99bc137b", - "reference": "0b46bd9fbe4b639757d2ee5682db207a99bc137b", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/007c441df427cf0e175372fcbb9d196bce7eb743", + "reference": "007c441df427cf0e175372fcbb9d196bce7eb743", "shasum": "" }, "require": { @@ -1540,7 +1689,7 @@ "keywords": [ "global state" ], - "time": "2015-01-01 09:36:21" + "time": "2015-01-20 04:09:31" }, { "name": "sebastian/version", @@ -1639,12 +1788,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Console.git", - "reference": "0a5b1f308284c5d1686e03af36ba583d2a5db632" + "reference": "d20ea145861e86f064912fcfb152862ce0631796" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/0a5b1f308284c5d1686e03af36ba583d2a5db632", - "reference": "0a5b1f308284c5d1686e03af36ba583d2a5db632", + "url": "https://api.github.com/repos/symfony/Console/zipball/d20ea145861e86f064912fcfb152862ce0631796", + "reference": "d20ea145861e86f064912fcfb152862ce0631796", "shasum": "" }, "require": { @@ -1687,7 +1836,7 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2015-01-13 07:22:42" + "time": "2015-01-20 01:40:35" }, { "name": "symfony/css-selector", @@ -1905,12 +2054,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "f562c11a31743e3ed8d972fcadd1a90022c5c7e4" + "reference": "077ae1200d35a90947b80b4c64e022ddc81536d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/f562c11a31743e3ed8d972fcadd1a90022c5c7e4", - "reference": "f562c11a31743e3ed8d972fcadd1a90022c5c7e4", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/077ae1200d35a90947b80b4c64e022ddc81536d6", + "reference": "077ae1200d35a90947b80b4c64e022ddc81536d6", "shasum": "" }, "require": { @@ -1943,7 +2092,7 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2015-01-16 14:55:54" + "time": "2015-01-20 01:40:35" } ], "aliases": [],