Example #1
0
 /**
  * @group Core
  *
  * @dataProvider getTranslationPathTemporaryTestData
  */
 public function testGetTemporaryTranslationPath($language, $plugin, $path)
 {
     $writer = new Writer($language, $plugin);
     $this->assertEquals($path, $writer->getTemporaryTranslationPath());
 }