From d80b2935fc953dd0f1cc6c333a37c9bed1451b09 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 4 Feb 2013 19:45:03 +0000 Subject: [PATCH] Require mockery for unit tests --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e5951b33..83328f1c 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,8 @@ "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "*" + "phpunit/phpunit": "*", + "mockery/mockery": ">=0.7.2" }, "repositories": [ {