addToAssertionCount(1); } /** * Tests skipping deprecations in unit tests multiple times. * * @see \Drupal\Tests\Listeners\DeprecationListenerTrait::getSkippedDeprecations() */ public function testSkippingDeprecationsAgain() { @trigger_error('\Drupal\Tests\SkippedDeprecationTest deprecation', E_USER_DEPRECATED); $this->addToAssertionCount(1); } }