| 1 | <?php |
||
| 23 | class AssertionAdapter |
||
| 24 | { |
||
| 25 | private $assertion; |
||
| 26 | |||
| 27 | public function __construct(Assertion $assertion) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param string $inResponseTo |
||
| 34 | * @return bool |
||
| 35 | */ |
||
| 36 | public function inResponseToMatches($inResponseTo) |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @return NULL|string |
||
| 43 | */ |
||
| 44 | public function getInResponseTo() |
||
| 51 | } |
||
| 52 |