function DoTrustedCallbackTraitTest::testSilencedDeprecation

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\DoTrustedCallbackTraitTest::testSilencedDeprecation()
  2. 10 core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\DoTrustedCallbackTraitTest::testSilencedDeprecation()
  3. 9 core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\DoTrustedCallbackTraitTest::testSilencedDeprecation()
  4. 8.9.x core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php \Drupal\Tests\Core\Security\DoTrustedCallbackTraitTest::testSilencedDeprecation()

Tests silenced deprecation.

Attributes

#[DataProvider('errorTypeProvider')] #[IgnoreDeprecations]

File

core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php, line 166

Class

DoTrustedCallbackTraitTest
Tests Drupal\Core\Security\DoTrustedCallbackTrait.

Namespace

Drupal\Tests\Core\Security

Code

public function testSilencedDeprecation($callback) : void {
  $this->expectDeprecation('Drupal\\Tests\\Core\\Security\\UntrustedObject::callback is not trusted');
  $this->doTrustedCallback($callback, [], '%s is not trusted', TrustedCallbackInterface::TRIGGER_SILENCED_DEPRECATION);
}

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