You are here

protected property UncaughtExceptionTest::$expectedExceptionMessage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/System/UncaughtExceptionTest.php \Drupal\system\Tests\System\UncaughtExceptionTest::expectedExceptionMessage

Exceptions thrown by site under test that contain this text are ignored.

Type: string

File

core/modules/system/src/Tests/System/UncaughtExceptionTest.php, line 24
Contains \Drupal\system\Tests\System\UncaughtExceptionTest.

Class

UncaughtExceptionTest
Tests kernel panic when things are really messed up.

Namespace

Drupal\system\Tests\System

Code

protected $expectedExceptionMessage;