Ejemplo n.º 1
0
 /**
  * @dataProvider provideGetFilenameTests
  */
 public function testGetFilename($path, $filename)
 {
     $this->assertSame($filename, Path::getFilename($path));
 }