From 6ce910cbe258e61f5a5765ddb426a38fe5ab45b2 Mon Sep 17 00:00:00 2001 From: Baldur Rensch Date: Sun, 22 Dec 2013 23:13:34 -0800 Subject: [PATCH] Small tweaks --- Tests/Functional/Command/DoctrineFixtureTest.php | 2 +- composer.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Tests/Functional/Command/DoctrineFixtureTest.php b/Tests/Functional/Command/DoctrineFixtureTest.php index 08c59113..905baab0 100644 --- a/Tests/Functional/Command/DoctrineFixtureTest.php +++ b/Tests/Functional/Command/DoctrineFixtureTest.php @@ -20,7 +20,7 @@ public function testFixture() $command = $this->application->find('doctrine:fixtures:load'); $commandTester = new CommandTester($command); - $commandTester->execute(array()); + $commandTester->execute(array(), array('interactive' => false)); $display = $commandTester->getDisplay(); diff --git a/composer.json b/composer.json index ebb5990d..bebcd6a4 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,15 @@ "nelmio/alice": "~1.6", "doctrine/doctrine-fixtures-bundle": "~2.2", "doctrine/doctrine-bundle": "~1.2" - "doctrine/orm": "~2.4" }, "require-dev": { "symfony/framework-bundle": "~2.1", "symfony/console": "~2.1", "symfony/yaml": "~2.1" + "nelmio/alice": "~1.5.1", + "doctrine/doctrine-fixtures-bundle": "2.2.*", + "doctrine/data-fixtures": "1.0.*@dev" + "doctrine/orm": "~2.4" }, "autoload": { "psr-0": { "Hautelook\\AliceBundle": "" }