You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO P1 test the case of unknown remediation type
279
+
$this->logger->warning("The remediation type " . $decision['type'] . " is unknown by this CrowdSec Bouncer version. Fallback to highest remedition level: " . $highestRemediationLevel);
TODO P2 testThrowErrorWhenMissAndApiIsNotReachable()
21
+
TODO P2 testThrowErrorWhenMissAndApiIsNotReachable() https://stackoverflow.com/questions/5683592/phpunit-assert-that-an-exception-was-thrown
21
22
TODO P2 testThrowErrorWhenMissAndApiTimeout()
22
-
TODO P2 testCanVerifyCaptchableIp()
23
23
TODO P2 testCanHandleCacheSaturation()
24
-
TODO P2 testCanNotUseCapiInLiveMode()
25
-
TODO P2 testCanVerifyIpInStreamModeWithCacheSystemBeforeWarmingTheCacheUp() https://stackoverflow.com/questions/5683592/phpunit-assert-that-an-exception-was-thrown
24
+
TODO P3 testCanNotUseCapiInLiveMode()
25
+
TODO P2 testCanVerifyIpInStreamModeWithCacheSystemBeforeWarmingTheCacheUp()
26
26
*/
27
27
28
28
finalclass IpVerificationTest extends TestCase
@@ -65,6 +65,7 @@ public function testCanVerifyIpInLiveModeWithoutCacheSystem(): void
0 commit comments