function InstallTranslationFilePatternTest::testFilesPatternInvalid

Same name and namespace in other branches
  1. 9 core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php \Drupal\Tests\system\Kernel\Installer\InstallTranslationFilePatternTest::testFilesPatternInvalid()
  2. 10 core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php \Drupal\Tests\system\Kernel\Installer\InstallTranslationFilePatternTest::testFilesPatternInvalid()
  3. 11.x core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php \Drupal\Tests\system\Kernel\Installer\InstallTranslationFilePatternTest::testFilesPatternInvalid()

@dataProvider providerInvalidTranslationFiles

File

core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php, line 63

Class

InstallTranslationFilePatternTest
Tests for installer language support.

Namespace

Drupal\Tests\system\Kernel\Installer

Code

public function testFilesPatternInvalid($langcode, $filename) {
    $pattern = $this->filePatternMethod
        ->invoke($this->fileTranslation, $langcode);
    $this->assertEmpty(preg_match($pattern, $filename));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.