Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / taxonomy / src / Tests / TaxonomyTermIndentationTest.php
index fbf8515ea777a06a851f01474f1f43887e92062f..599b6fb2c7a790244aa18e90ba71017c0a23337e 100644 (file)
@@ -65,7 +65,7 @@ class TaxonomyTermIndentationTest extends TaxonomyTestBase {
       'terms[tid:' . $term2->id() . ':0][weight]' => 1,
     ];
 
-    $this->drupalPostForm('admin/structure/taxonomy/manage/' . $this->vocabulary->get('vid' ) . '/overview', $edit, t('Save'));
+    $this->drupalPostForm('admin/structure/taxonomy/manage/' . $this->vocabulary->get('vid') . '/overview', $edit, t('Save'));
     // All terms back at the root level, no indentation should be present.
     $this->assertNoPattern('|<div class="js-indentation indentation">&nbsp;</div>|');