function PluralTranslationTest::testMissingData

Same name in other branches
  1. 9 core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php \Drupal\Tests\Core\Annotation\PluralTranslationTest::testMissingData()
  2. 10 core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php \Drupal\Tests\Core\Annotation\PluralTranslationTest::testMissingData()
  3. 11.x core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php \Drupal\Tests\Core\Annotation\PluralTranslationTest::testMissingData()

@dataProvider providerTestMissingData

File

core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php, line 53

Class

PluralTranslationTest
@coversDefaultClass \Drupal\Core\Annotation\PluralTranslation @group Annotation

Namespace

Drupal\Tests\Core\Annotation

Code

public function testMissingData($data) {
    $this->expectException(\InvalidArgumentException::class);
    new PluralTranslation($data);
}

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