Problem/Motivation

The param says:

   * @param array $expected
   *   The expected terms.

But it's not the EXACT list of expected terms, because it's asserted like this:

    foreach ($expected as $term) {
      $this->assertContains($term, $termsInNode);
    }

In other words, if I omit something from this parameter, and it's in the actual value, the test will pass.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

joachim created an issue. See original summary.

alvar0hurtad0’s picture

Status: Active » Fixed

Thanks Joachim, I think it's now fixed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.