function KernelTestBaseTest::testVerbose
Tests the deprecation of AssertLegacyTrait::verbose().
@group legacy
File
-
core/
tests/ Drupal/ KernelTests/ KernelTestBaseTest.php, line 408
Class
- KernelTestBaseTest
- @coversDefaultClass \Drupal\KernelTests\KernelTestBase
Namespace
Drupal\KernelTestsCode
public function testVerbose() {
$this->expectDeprecation('AssertLegacyTrait::verbose() is deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. Use dump() instead. See https://www.drupal.org/node/3197514');
$this->verbose('The show must go on');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.