You are here

protected property JsonTest::$htmlUnsafeEscaped in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Component/Serialization/JsonTest.php \Drupal\Tests\Component\Serialization\JsonTest::htmlUnsafeEscaped

An array of unsafe html characters which are already escaped.

Type: array

File

core/tests/Drupal/Tests/Component/Serialization/JsonTest.php, line 38
Contains \Drupal\Tests\Component\Serialization\JsonTest.

Class

JsonTest
@coversDefaultClass \Drupal\Component\Serialization\Json @group Serialization

Namespace

Drupal\Tests\Component\Serialization

Code

protected $htmlUnsafeEscaped;