Пример #1
0
 public function test_that_command_returns_expected_string()
 {
     $process = new Process('ls -la');
     $this->assertSame('ls -la', $process->command());
 }