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 461ae48 commit 58a429eCopy full SHA for 58a429e
packages/validation/tests/Rules/DivisibleByTest.php
@@ -18,7 +18,7 @@ public function test_it_works(): void
18
19
$this->assertTrue($rule->isValid(10));
20
$this->assertTrue($rule->isValid(5));
21
- $this->assertFalse($rule->isValid(0));
+ $this->assertTrue($rule->isValid(0));
22
23
$this->assertFalse($rule->isValid(3));
24
$this->assertFalse($rule->isValid(4));
0 commit comments