Skip to content

Commit 2e242af

Browse files
fix merge
1 parent 772da24 commit 2e242af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/Constraints/DivisibleByValidatorTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,9 @@ public function throwsOnNonNumericValuesProvider()
9797
[\ArrayIterator::class, new \ArrayIterator(), 12],
9898
];
9999
}
100+
101+
public function provideComparisonsToNullValueAtPropertyPath()
102+
{
103+
$this->markTestSkipped('DivisibleByValidator rejects null values.');
104+
}
100105
}

0 commit comments

Comments
 (0)