| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public function invokeTest() |
||
| 24 | { |
||
| 25 | $input = [ |
||
| 26 | 'path' => session_save_path(), |
||
| 27 | 'category' => 'Session storage' |
||
| 28 | ]; |
||
| 29 | $testData = new TestData($input); |
||
| 30 | |||
| 31 | $test = new TestCase\FileSystem\FreeSpace($testData); |
||
| 32 | $testResult = $test->getTestResult(); |
||
| 33 | $this->addTestResult($testResult); |
||
| 34 | |||
| 35 | $this->setTestResult($testResult); |
||
| 36 | } |
||
| 38 |