Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class EnricherRegistryTest extends TestCase |
||
13 | { |
||
14 | /** |
||
15 | * @var EnricherRegistry |
||
16 | */ |
||
17 | private $registry; |
||
18 | |||
19 | protected function setUp() |
||
22 | } |
||
23 | |||
24 | public function testProcess() |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * @expectedException LogicException |
||
39 | * @expectedExceptionMessage The class "stdClass" does not implements "DMK\MKSamlAuth\Enricher\EnricherInterface". |
||
40 | */ |
||
41 | public function testRegisterWithWrongClass() |
||
46 |