예제 #1
0
 /**
  * @dataProvider providePathsForIsAbsolutePath
  */
 public function testIsAbsolutePath($path, $expectedResult)
 {
     $result = $this->filesystem->isAbsolutePath($path);
     $this->assertEquals($expectedResult, $result);
 }