Skip to content

Commit

Permalink
Adapts test for changed basket html
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert committed Mar 3, 2014
1 parent c83a9c4 commit b7d0198
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 197,7 @@ public function testGetBodyAddConfigAttribute()
$this->_object->process();
$output = $this->_object->getBody();

$this->assertRegExp( '#<li class="attr-item">.*<a href=[^>]*>.*<span class="value">weiß</span>.*</a>.*</li>#smU', $output );
$this->assertRegExp( '#<li class="attr-item">.*<a class="change" href=[^>]*>.*<span class="value">weiß</span>.*</a>.*</li>#smU', $output );
}


Expand Down

0 comments on commit b7d0198

Please sign in to comment.