function UncaughtExceptionTest::assertNoRaw

Overrides AssertLegacyTrait::assertNoRaw

1 call to UncaughtExceptionTest::assertNoRaw()
UncaughtExceptionTest::testUncaughtFatalError in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests displaying an uncaught fatal error.

File

core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php, line 394

Class

UncaughtExceptionTest
Tests kernel panic when things are really messed up.

Namespace

Drupal\FunctionalTests\Bootstrap

Code

protected function assertNoRaw($text) {
    $this->assertNoText($text);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.