| Total Complexity | 4 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class HTTPTest extends AbstractLeAcme2TestCase { |
||
| 11 | |||
| 12 | private $_directoryPath; |
||
| 13 | |||
| 14 | public function __construct(string $name) { |
||
| 15 | parent::__construct($name); |
||
| 16 | |||
| 17 | $this->_directoryPath = TestHelper::getInstance()->getTempPath() . 'acme-challenges/'; |
||
|
|
|||
| 18 | } |
||
| 19 | |||
| 20 | public function testNonExistingDirectoryPath() { |
||
| 28 | } |
||
| 29 | ); |
||
| 30 | } |
||
| 31 | |||
| 32 | public function testDirectoryPath() { |
||
| 42 | ); |
||
| 43 | } |
||
| 44 | } |