You are here

constant FrontMatterTest::SOURCE in Drupal 10

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php \Drupal\Tests\Component\FrontMatter\FrontMatterTest::SOURCE

A basic source string.

File

core/tests/Drupal/Tests/Component/FrontMatter/FrontMatterTest.php, line 22

Class

FrontMatterTest
Tests front matter parsing helper methods.

Namespace

Drupal\Tests\Component\FrontMatter

Code

const SOURCE = '<div>Hello world</div>';