예제 #1
0
 public function testGetOutput()
 {
     $this->assertInstanceOf('Nyx\\NullOutput', $this->process->getOutput());
     $process = new Process($this->command);
     $this->assertInstanceOf('Nyx\\Console', $process->getOutput());
 }