Skip to content

Commit ceb70c7

Browse files
author
Mikhail Bakulin
committed
Unit test is fixed according to new daemon restart functionality
1 parent 343a90b commit ceb70c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/components/ConsumerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,5 @@ public function testForceRestart()
296296
$consumer->expects($this->once())
297297
->method('setup');
298298
$consumer->setQueues(['queue' => 'callback']);
299-
$this->setInaccessibleProperty($consumer, 'consumed', 11);
300-
$consumer->restartDaemon();
301-
$this->assertSame(0, $consumer->getConsumed());
302299
}
303300
}

0 commit comments

Comments
 (0)