You are here

public static property AmpSocialPostTest::$providers in Accelerated Mobile Pages (AMP) 8.3

Allowed providers to use for the test.

Type: array

File

tests/src/Unit/AmpSocialPostTest.php, line 20

Class

AmpSocialPostTest
@coversDefaultClass \Drupal\amp\Element\AmpSocialPost

Namespace

Drupal\Tests\amp\Unit

Code

public static $providers = [
  'facebook',
  'twitter',
  'instagram',
  'pinterest',
];