예제 #1
0
 /**
  * @covers ::findCommonPath
  */
 public function testFindCommonPath()
 {
     $this->assertEquals("/var/www", $this->fixture->findCommonPath(["/var/www/example1", "/var/www/example2"]));
 }