listFiles() публичный Метод

public listFiles ( array $options = [] ) : array
$options array
Результат array Files in the git repository
Пример #1
0
 /**
  * @test
  */
 public function lists_files()
 {
     // Smoke test for a real listFiles
     $res = $this->git->listFiles();
     $this->assertGreaterThan(50, $res);
 }