コード例 #1
0
ファイル: PathTest.php プロジェクト: laradic/support
 /**
  * @dataProvider provideGetRootTests
  */
 public function testGetRoot($path, $root)
 {
     $this->assertSame($root, Path::getRoot($path));
 }