diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php b/core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php index 061fb9a..ffa8223 100644 --- a/core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php +++ b/core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php @@ -43,8 +43,8 @@ protected function setUp() { $this->term1->set('parent', $this->term2->id()); $this->term1->save(); // Store terms in an array for testing. - $this->terms[] =$this->term1; - $this->terms[] =$this->term2; + $this->terms[] = $this->term1; + $this->terms[] = $this->term2; // Only set term1 on node1 and term2 on node2 for testing. unset($this->nodes[0]->field_views_testing_tags[1]); $this->nodes[0]->save();