예제 #1
0
 /**
  * @dataProvider provideValidPaths
  */
 public function testGetPath($path)
 {
     $configFile = new ConfigFile($path);
     $this->assertSame($path, $configFile->getPath());
 }