| 1 | <?php  | 
            ||
| 12 | class TrueMatcher extends AbstractMatcher  | 
            ||
| 13 | { | 
            ||
| 14 | public function __construct()  | 
            ||
| 18 | |||
| 19 | /**  | 
            ||
| 20 | * Match if the actuall value is strictly equal to true.  | 
            ||
| 21 | *  | 
            ||
| 22 | * @param $actual  | 
            ||
| 23 | * @return mixed  | 
            ||
| 24 | */  | 
            ||
| 25 | protected function doMatch($actual)  | 
            ||
| 29 | |||
| 30 | /**  | 
            ||
| 31 |      * {@inheritdoc} | 
            ||
| 32 | *  | 
            ||
| 33 | * @return TemplateInterface  | 
            ||
| 34 | */  | 
            ||
| 35 | public function getDefaultTemplate()  | 
            ||
| 42 | }  | 
            ||
| 43 |