Issue #2289059 by martin107: Fixed duplicate assertion text is causing confusion.

8.0.x
Dries 2014-07-02 16:57:28 -04:00
parent 9fa78acca2
commit bd9eef3f3d
1 changed files with 1 additions and 1 deletions

View File

@ -182,6 +182,6 @@ class TourTest extends TourTestBasic {
':data_id' => 'tour-test-1',
':text' => 'The first tip',
));
$this->assertEqual(count($elements), 0, 'Found English variant of tip 1.');
$this->assertEqual(count($elements), 0, 'Did not find English variant of tip 1.');
}
}