diff --git a/core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php b/core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php index 326b7cb..7cbe2e1 100644 --- a/core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php +++ b/core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php @@ -107,8 +107,7 @@ public function testCacheFactoryWithSpecifiedPerBinBackend() { } /** - * Test that the cache factory falls back to the built-in default service if - * specified bin service doesn't exist. + * Test that the cache factory falls back to the built-in default service if specified bin service does not exist. * * @covers ::__construct * @covers ::get @@ -140,8 +139,7 @@ public function testCacheFactoryBinBackendServiceExist() { } /** - * Test that the cache factory falls back to the built-in default service if - * specified default bin service doesn't exist. + * Test that the cache factory falls back to the built-in default service if specified default bin service does not exist. * * @covers ::__construct * @covers ::get