From 3f40fe14b32f41274d61a336d56cabab07dae8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Su=C3=A1rez?= Date: Tue, 10 May 2016 20:09:46 +0200 Subject: [PATCH] Remove unnecessary use --- tests/MageTest/Command/BuiltIn/DeployCommandTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/MageTest/Command/BuiltIn/DeployCommandTest.php b/tests/MageTest/Command/BuiltIn/DeployCommandTest.php index 2636dcd..b74a304 100644 --- a/tests/MageTest/Command/BuiltIn/DeployCommandTest.php +++ b/tests/MageTest/Command/BuiltIn/DeployCommandTest.php @@ -4,14 +4,11 @@ namespace MageTest\Command\BuiltIn; use Mage\Command\BuiltIn\DeployCommand; use MageTest\TestHelper\BaseTest; -use malkusch\phpmock\MockBuilder; /** * Class DeployCommandTest * @package MageTest\Command\BuiltIn * @coversDefaultClass Mage\Command\BuiltIn\DeployCommand - * @uses malkusch\phpmock\MockBuilder - * @uses malkusch\phpmock\Mock */ class DeployCommandTest extends BaseTest {