mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Properly initialize value.
Change call to protected method to public one.
This commit is contained in:
@@ -56,6 +56,7 @@ class Notifier implements NotifierInterface
|
||||
$command = $this->createCommand($message);
|
||||
$this->socket->send($command);
|
||||
|
||||
$result = false;
|
||||
$limit = microtime(true) + $this->timeout;
|
||||
|
||||
while (microtime(true) < $limit && false === $result = $this->socket->recv(\ZMQ::MODE_NOBLOCK)) {
|
||||
|
@@ -25,6 +25,6 @@ class TaskListTest extends \PhraseanetTestCase
|
||||
$application->add($command);
|
||||
|
||||
$setupCommand = $application->find('task-manager:task:list');
|
||||
$setupCommand->execute($input, $output);
|
||||
$setupCommand->run($input, $output);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user