/**
  * @param string $path
  * @param string $expected
  * @dataProvider ucFileNameInPathProperlyUpperCasesFileNamesDataProvider
  * @test
  */
 public function ucFileNameInPathProperlyUpperCasesFileNames($path, $expected)
 {
     $this->assertSame($expected, $this->view->_call('ucFileNameInPath', $path));
 }