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