Home
last modified time | relevance | path

Searched refs:expected_deprecation (Results 1 – 3 of 3) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Render/
H A DRendererCallbackTest.php38 public function testCallback(array $render_array, $expected_deprecation) { argument
39 $this->expectedDeprecations([$expected_deprecation]);
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Render/
H A DRendererCallbackTest.php33 public function testCallback(array $render_array, $expected_deprecation) { argument
35 $this->expectExceptionMessage($expected_deprecation);
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Site/
H A DSettingsTest.php280 * @param string $expected_deprecation
286 …public function testRealDeprecatedSettings(string $legacy_setting, string $expected_deprecation): … argument
296 $this->expectDeprecation($expected_deprecation);