Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / VocabularyUiTest.php
similarity index 97%
rename from web/core/modules/taxonomy/src/Tests/VocabularyUiTest.php
rename to web/core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php
index 89c7a67f55478a70588cb673e6c8ab49c0754468..80ea2d7585032002f677cb65ade21c7f3749f342 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\taxonomy\Tests;
+namespace Drupal\Tests\taxonomy\Functional;
 use Drupal\Component\Utility\Unicode;
 
 use Drupal\Core\Url;
@@ -78,7 +78,6 @@ class VocabularyUiTest extends TaxonomyTestBase {
 
     $site_name = $this->config('system.site')->get('name');
     $this->assertTitle(t('Don\'t Panic | @site-name', ['@site-name' => $site_name]), 'The page title contains the escaped character.');
-    $this->assertNoTitle(t('Don&#039;t Panic | @site-name', ['@site-name' => $site_name]), 'The page title does not contain an encoded character.');
   }
 
   /**