Total Complexity | 3 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class SamlHostnameEnricherTest extends TestCase |
||
12 | { |
||
13 | /** |
||
14 | * @var SamlHostnameEnricher |
||
15 | */ |
||
16 | private $enricher; |
||
17 | |||
18 | protected function setUp() |
||
19 | { |
||
20 | $this->enricher = new SamlHostnameEnricher(); |
||
21 | } |
||
22 | |||
23 | public function testProcess() |
||
34 | } |
||
35 | |||
36 | public function testProcessExisting() |
||
51 |