You are here

public function ConstraintsTest::embedCodeProvider in Media entity Pinterest 8

Same name and namespace in other branches
  1. 8.2 tests/src/Unit/ConstraintsTest.php \Drupal\Tests\media_entity_pinterest\Unit\ConstraintsTest::embedCodeProvider()

Provides test data for testPinEmbedCodeConstraint().

File

tests/src/Unit/ConstraintsTest.php, line 59

Class

ConstraintsTest
Tests media_entity_pinterest constrains.

Namespace

Drupal\Tests\media_entity_pinterest\Unit

Code

public function embedCodeProvider() {
  return [
    'valid URL' => [
      'https://www.pinterest.com/pin/424605071105031218/',
      0,
    ],
  ];
}