Esempio n. 1
0
 /**
  * @group Core
  *
  * @dataProvider getTranslationPathTestData
  */
 public function testGetTranslationsPath($language, $plugin, $path)
 {
     $writer = new Writer($language, $plugin);
     $this->assertEquals($path, $writer->getTranslationPath());
 }