function SkippedDeprecationTest::testSkippingDeprecations
Tests skipping deprecations in unit tests.
See also
\Drupal\Tests\Listeners\DeprecationListenerTrait::getSkippedDeprecations()
File
-
core/
tests/ Drupal/ Tests/ SkippedDeprecationTest.php, line 15
Class
- SkippedDeprecationTest
- @group Test
Namespace
Drupal\TestsCode
public function testSkippingDeprecations() {
@trigger_error('\\Drupal\\Tests\\SkippedDeprecationTest deprecation', E_USER_DEPRECATED);
$this->addToAssertionCount(1);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.