@trigger_error(__NAMESPACE__.'\Cache::validateTags() is deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use assert(\Drupal\Component\Assertion\Inspector::assertAllStrings($tags)) instead.',E_USER_DEPRECATED);
@@ -44,6 +44,8 @@ public function validateTagsProvider() {
* @covers ::validateTags
*
* @dataProvider validateTagsProvider
* @expectedDeprecation Drupal\Core\Cache\Cache::validateTags() is deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use assert(\Drupal\Component\Assertion\Inspector::assertAllStrings($tags)) instead.