Support from Acquia helps fund testing for Drupal Acquia logo

Comments

xjm’s picture

Assigned: Unassigned » xjm
xjm’s picture

[lorentz:taxonomy | Sun 13:01:03] $ grep -nr "parent::setUp([^)]" * 
lib/Drupal/taxonomy/Tests/HooksTest.php:24:    parent::setUp(array('taxonomy_test'));
lib/Drupal/taxonomy/Tests/RssTest.php:24:    parent::setUp(array('node', 'field_ui'));
lib/Drupal/taxonomy/Tests/TaxonomyTestBase.php:23:    parent::setUp($modules);
lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php:28:    parent::setUp('field_test');
lib/Drupal/taxonomy/Tests/TermFieldTest.php:29:    parent::setUp('field_test');
lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php:24:    parent::setUp(array('field_test'));
xjm’s picture

Status: Active » Needs review
FileSize
5.65 KB

Status: Needs review » Needs work
Issue tags: -Novice, -Testing system

The last submitted patch, taxonomy-1711426-3.patch, failed testing.

tim.plunkett’s picture

Status: Needs work » Needs review

#3: taxonomy-1711426-3.patch queued for re-testing.

Status: Needs review » Needs work
Issue tags: +Novice, +Testing system

The last submitted patch, taxonomy-1711426-3.patch, failed testing.

tim.plunkett’s picture

Status: Needs work » Postponed

I just figured out why this is failing: Drupal\rdf\Tests\MappingDefinitionTest extends Drupal\taxonomy\Tests\TaxonomyTestBase. So this needs to be postponed on #1711408: Convert rdf tests to use ::$modules property instead of parent::setUp($modules)

tim.plunkett’s picture

Status: Postponed » Needs review
FileSize
12.96 KB

Just to make sure there's nothing else at play here, combining the two patches.

tim.plunkett’s picture

Status: Needs review » Postponed
tim.plunkett’s picture

Status: Postponed » Closed (duplicate)
xjm’s picture

Assigned: xjm » Unassigned