Ejemplo n.º 1
0
 /**
  * @dataProvider provideGetLongestCommonBasePathTests
  */
 public function testGetLongestCommonBasePath(array $paths, $basePath)
 {
     $this->assertSame($basePath, Path::getLongestCommonBasePath($paths));
 }