Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
baldurrensch committed Mar 12, 2014
1 parent ce8eed6 commit 6ce910c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Functional/Command/DoctrineFixtureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "" }
Expand Down

0 comments on commit 6ce910c

Please sign in to comment.