function SkippedDeprecationTest::testSkippingDeprecationsAgain
Same name in other branches
- 9 core/tests/Drupal/Tests/SkippedDeprecationTest.php \Drupal\Tests\SkippedDeprecationTest::testSkippingDeprecationsAgain()
Tests skipping deprecations in unit tests multiple times.
See also
\Drupal\Tests\Listeners\DeprecationListenerTrait::getSkippedDeprecations()
File
-
core/
tests/ Drupal/ Tests/ SkippedDeprecationTest.php, line 25
Class
- SkippedDeprecationTest
- @group Test
Namespace
Drupal\TestsCode
public function testSkippingDeprecationsAgain() {
@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.