Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
Fix VersionCommandTest
Browse files Browse the repository at this point in the history
The PHPUnit tests stalled with this test, because the command was expecting a user interaction which was not prevented.
  • Loading branch information
Jérôme Gamez committed Dec 17, 2014
1 parent 97e37fa commit d33d7c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Command/VersionCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public function testExecuteAddVersion()
'command' => $command->getName(),
'version' => $versionString,
'--add' => true,
'--no-interaction' => true,
)
);

Expand Down

0 comments on commit d33d7c0

Please sign in to comment.