- Patch #336746 by justinrandell: fixed broken t() function call.
parent
653e63bd05
commit
eb68540da3
|
@ -77,7 +77,7 @@ class TaxonomyVocabularyFunctionalTest extends TaxonomyWebTestCase {
|
|||
$edit['required'] = 1;
|
||||
$edit['weight'] = 0;
|
||||
$this->drupalPost(NULL, $edit, t('Save'));
|
||||
$this->assertRaw(t('Created new vocabulary %name.', array('%name' => $edit['name']), t('Vocabulary created successfully')));
|
||||
$this->assertRaw(t('Created new vocabulary %name.', array('%name' => $edit['name'])), t('Vocabulary created successfully'));
|
||||
|
||||
// Edit the vocabulary.
|
||||
$this->drupalGet('admin/content/taxonomy');
|
||||
|
|
Loading…
Reference in New Issue