예제 #1
0
파일: RunTest.php 프로젝트: griffbrad/gasp
 public function testResultOfGetcwdCallIsUsedForWorkingDirectoryByDefault()
 {
     $this->assertEquals(getcwd(), $this->run->getWorkingDirectory());
 }