function LocaleImportFunctionalTest::getEmptyPoFile
Helper function that returns an empty .po file.
1 call to LocaleImportFunctionalTest::getEmptyPoFile()
- LocaleImportFunctionalTest::testStandalonePoFile in core/
modules/ locale/ tests/ src/ Functional/ LocaleImportFunctionalTest.php - Tests import of standalone .po files.
File
-
core/
modules/ locale/ tests/ src/ Functional/ LocaleImportFunctionalTest.php, line 459
Class
- LocaleImportFunctionalTest
- Tests the import of locale files.
Namespace
Drupal\Tests\locale\FunctionalCode
public function getEmptyPoFile() {
return '';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.