| 1 | <?php |
||
| 8 | class ExpectationFactory |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Create expectations from annotation data |
||
| 12 | * |
||
| 13 | * @param string $name Name of expectation |
||
| 14 | * @param array $args Expectation data |
||
| 15 | * @return ExpectationInterface|null Null if no expectation could be created |
||
| 16 | */ |
||
| 17 | public function createExpectation($name, array $args) |
||
| 36 | } |
||
| 37 |