665,679d664 < diff --git a/core/modules/path/lib/Drupal/path/Tests/PathTaxonomyTermTest.php b/core/modules/path/lib/Drupal/path/Tests/PathTaxonomyTermTest.php < index 163557d..7409784 100644 < --- a/core/modules/path/lib/Drupal/path/Tests/PathTaxonomyTermTest.php < +++ b/core/modules/path/lib/Drupal/path/Tests/PathTaxonomyTermTest.php < @@ -56,10 +56,6 @@ function testTermAlias() { < ); < $this->drupalPost('admin/structure/taxonomy/manage/' . $vocabulary->id() . '/add', $edit, t('Save')); < < -// $term = entity_create('taxonomy_term', array('vid' => 'tags')); < -// dsm($term->weight->value); < -// 8.x : 0 < -// patch : NULL < // Confirm that the alias works. < $this->drupalGet($edit['path[alias]']); < $this->assertText($description, 'Term can be accessed on URL alias.');