Skip to content

Commit

Permalink
BAP-12290: Move oro:cron output to verbosity level
Browse files Browse the repository at this point in the history
 - CS changes
  • Loading branch information
rgrebenchuk committed Oct 25, 2016
1 parent 75a7fb2 commit 67fdea1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function testCheckRunDuplicateJob()
$this->assertRegexp('/Processing command "oro:cron:imap-sync": added to job queue/', $result);
}

$result = $this->runCommand(CronCommand::COMMAND_NAME, []);
$result = $this->runCommand(CronCommand::COMMAND_NAME, ['-vvv' => true]);
$this->checkMessage('AllJobAlreadyExist', $result);
}

Expand All @@ -58,7 +58,6 @@ public function testSkipAllJob()
$commandTester->execute(array(
'command' => $command->getName(),
'--skipCheckDaemon' => true,
'-vvv' => true,
));

$result = $this->runCommand(CronCommand::COMMAND_NAME, ['-vvv' => true]);
Expand Down

0 comments on commit 67fdea1

Please sign in to comment.