1 | <?php |
||
24 | final class TrustedIssuerTest extends TestCase |
||
25 | { |
||
26 | /** |
||
27 | * @test |
||
28 | */ |
||
29 | public function genericCalls() |
||
40 | |||
41 | /** |
||
42 | * @test |
||
43 | * @expectedException \InvalidArgumentException |
||
44 | * @expectedExceptionMessage The issuer with name "foo" is not known. |
||
45 | */ |
||
46 | public function theIssuerIsNotSupported() |
||
51 | } |
||
52 |