Ejemplo n.º 1
0
 /**
  * @dataProvider provideChangeExtensionTests
  */
 public function testChangeExtension($path, $extension, $pathExpected)
 {
     static $call = 0;
     $this->assertSame($pathExpected, Path::changeExtension($path, $extension));
     $call++;
 }