Пример #1
0
 public function test_that_timeout_returns_expected_float()
 {
     $process = new Process('ls -la', '/tmp', null, null, 3.5);
     $this->assertSame(3.5, $process->timeout());
 }