| 1 | <?php |
||
| 15 | class InclusionMatcher extends AbstractMatcher |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Matches if an array or string contains the expected value. |
||
| 19 | * |
||
| 20 | * @param $actual |
||
| 21 | * @return mixed |
||
| 22 | * @throws InvalidArgumentException |
||
| 23 | */ |
||
| 24 | protected function doMatch($actual) |
||
| 50 | |||
| 51 | /** |
||
| 52 | * {@inheritdoc} |
||
| 53 | * |
||
| 54 | * @return TemplateInterface |
||
| 55 | */ |
||
| 56 | public function getDefaultTemplate() |
||
| 63 | } |
||
| 64 |