Exemplo n.º 1
0
 public function testResultOfGetcwdCallIsUsedForWorkingDirectoryByDefault()
 {
     $this->assertEquals(getcwd(), $this->run->getWorkingDirectory());
 }