| 1 | <?php |
||
| 24 | abstract class BinaryConstraintOperatorTestCase extends SpecificationTestCase |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public function defaultConstructorArguments() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Test class. |
||
| 36 | */ |
||
| 37 | public function testClass() |
||
| 44 | |||
| 45 | /** |
||
| 46 | * Test left/right. |
||
| 47 | */ |
||
| 48 | public function testLeftRight() |
||
| 60 | } |
||
| 61 |