Пример #1
0
 public function testTryingAgain()
 {
     $backoff = new None();
     $this->assertFalse($backoff->shouldWeTryAgain(), 'Never try again with this strategy');
 }