| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | final class Files extends \SimpleSAML\Modules\Monitor\TestSuiteFactory |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param TestConfiguration $configuration |
||
| 16 | */ |
||
| 17 | public function __construct($configuration) |
||
| 18 | { |
||
| 19 | $this->setCategory('PHP sessions'); |
||
| 20 | parent::__construct($configuration); |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return void |
||
| 25 | */ |
||
| 26 | public function invokeTest() |
||
| 39 | } |
||
| 40 | } |
||
| 41 |