예제 #1
0
 public function testGetBotFirstLifetime()
 {
     $expected = 30;
     $this->deploymentConfig->expects($this->once())->method('get')->with(Config::PARAM_BOT_FIRST_LIFETIME)->willReturn($expected);
     $this->assertEquals($this->config->getBotFirstLifetime(), $expected);
 }