コード例 #1
0
ファイル: NoneTest.php プロジェクト: hemingw/PSRedis
 public function testTryingAgain()
 {
     $backoff = new None();
     $this->assertFalse($backoff->shouldWeTryAgain(), 'Never try again with this strategy');
 }