You are here

public function TagViewTest::getAdUnitProvider in Doubleclick for Publishers (DFP) 8

Data provider for self::testGetAdUnit().

File

tests/src/Unit/View/TagViewTest.php, line 86
Contains \Drupal\Tests\dfp\Unit\View\TagViewTest.

Class

TagViewTest
@coversDefaultClass \Drupal\dfp\View\TagView @group dfp

Namespace

Drupal\Tests\dfp\Unit\View

Code

public function getAdUnitProvider() {
  return [
    [
      'adunit',
      'default_adunit',
      '12345',
      '/12345/adunit',
    ],
    [
      '',
      'default_adunit',
      '67890',
      '/67890/default_adunit',
    ],
  ];
}