1 | <?php |
||
21 | class NotEqualTests extends BinaryConstraintOperatorTestCase |
||
22 | { |
||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | protected function evaluateSuccessDataProvider() |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | protected function evaluateFailureDataProvider() |
||
44 | |||
45 | /** |
||
46 | * Test evaluate Equatable instance. |
||
47 | */ |
||
48 | public function testEvaluateEquatable() |
||
58 | } |
||
59 |