X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Fsrc%2FTests%2FTaxonomyTermIndentationTest.php;h=599b6fb2c7a790244aa18e90ba71017c0a23337e;hb=refs%2Fheads%2Ft2;hp=fbf8515ea777a06a851f01474f1f43887e92062f;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php b/web/core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php index fbf8515ea..599b6fb2c 100644 --- a/web/core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php +++ b/web/core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php @@ -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('|
 
|');