Beispiel #1
0
 /**
  * @dataProvider testIsAbsoluteProvider
  */
 function testIsAbsolute($path, $isAbsolute)
 {
     $this->assertEquals($isAbsolute, Path::isAbsolute($path));
 }