Esempio n. 1
0
 /**
  * @dataProvider dataProviderForTestGetRelativePath
  */
 public function testGetRelativePath($basePath, $path, $expected)
 {
     $file = new File();
     $this->assertEquals($expected, $file->getRelativePath($basePath, $path));
 }