| 1 | <?php |
||
| 13 | class EqualMatcher extends AbstractMatcher |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Determine if value is loosely equal to the expected |
||
| 17 | * value. |
||
| 18 | * |
||
| 19 | * @param $actual |
||
| 20 | * @return bool |
||
| 21 | */ |
||
| 22 | public function doMatch($actual) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | * |
||
| 30 | * @return TemplateInterface |
||
| 31 | */ |
||
| 32 | public function getDefaultTemplate() |
||
| 39 | } |
||
| 40 |