You are here

public function CdfExpectations::setLangcodes in Acquia Content Hub 8.2

Sets expected supported languages.

Parameters

array $langcodes: The list of language codes.

File

tests/src/Kernel/Stubs/CdfExpectations.php, line 89

Class

CdfExpectations
Expectations for cdf fixtures.

Namespace

Drupal\Tests\acquia_contenthub\Kernel\Stubs

Code

public function setLangcodes(array $langcodes) : void {
  $this->langcodes = $langcodes;
}