diff -u b/src/Tests/ParagraphsAdministrationTest.php b/src/Tests/ParagraphsAdministrationTest.php --- b/src/Tests/ParagraphsAdministrationTest.php +++ b/src/Tests/ParagraphsAdministrationTest.php @@ -31,9 +31,8 @@ */ protected function setUp() { parent::setUp(); - // Create paragraphs and article content types. + // Create paragraphs content type. $this->drupalCreateContentType(array('type' => 'paragraphs', 'name' => 'Paragraphs')); - //$this->drupalCreateContentType(array('type' => 'article', 'name' => 'Article')); } /** * Tests the revision of paragraphs. @@ -202,9 +201,4 @@ $this->assertTitle('Edit image paragraph type | Drupal'); -// $this->clickLink(t('Manage display')); -// $this->drupalPostForm(NULL, array('fields[field_paragraphs][type]' => 'entity_reference_revisions_entity_view'), t('Save')); -// $this->clickLink(t('Manage form display')); -// $this->drupalPostForm(NULL, array('fields[field_paragraphs][type]' => 'entity_reference_paragraphs'), t('Save')); - // Test for "Add mode" setting. $this->drupalGet('admin/structure/types/manage/article/form-display');