You are here

public function LocaleImportFunctionalTest::getEmptyPoFile in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php \Drupal\Tests\locale\Functional\LocaleImportFunctionalTest::getEmptyPoFile()
  2. 9 core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php \Drupal\Tests\locale\Functional\LocaleImportFunctionalTest::getEmptyPoFile()

Helper function that returns an empty .po file.

File

core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php, line 458

Class

LocaleImportFunctionalTest
Tests the import of locale files.

Namespace

Drupal\Tests\locale\Functional

Code

public function getEmptyPoFile() {
  return '';
}