public function testAttemptLimits()
 {
     Throttle::setAttemptLimit(15);
     $this->assertEquals(15, Throttle::getAttemptLimit());
 }