Total Complexity | 5 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
11 | class WebApplicationTest extends TestCase |
||
12 | { |
||
13 | use PhpWebServer; |
||
14 | |||
15 | private $intervalDuration = 60000; // 60 ms |
||
16 | private $numberOfRetries = 34; // max 2.04 seconds |
||
17 | |||
18 | public function testWebApplication() |
||
32 | } |
||
33 | |||
34 | private function runProcessWithRetry(Process $process): void |
||
52 |