We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722d9cb commit fa8723bCopy full SHA for fa8723b
tests/Integration/CaptchaValidationTest.php
@@ -16,7 +16,7 @@ public function can_validate_captcha()
16
$validator = Validator::make(['captcha' => $code], ['captcha' => 'captcha']);
17
18
$this->assertNotEmpty($code);
19
- $this->assertTrue($validator->passes());
+ $this->assertFalse($validator->fails());
20
}
21
22
/** @test */
0 commit comments