@@ -63,7 +63,7 @@ public function form(array $form, array &$form_state) {
);
if(empty($instances)&&empty($extra_fields)){
drupal_set_message(t('There are no fields yet added. You can add new fields on the <a href="@link">Manage fields</a> page.',array('@link'=>url($admin_path.'/fields'))),'warning');
drupal_set_message(t('There are no fields yet added. You can add new fields on the <a href="@link">Manage fields</a> page.',array('@link'=>url($this->adminPath.'/fields'))),'warning');
$this->assertRaw(t('There are no fields yet added. You can add new fields on the <a href="@link">Manage fields</a> page.',array('@link'=>url('admin/structure/types/manage/no_fields/fields'))));
}
/**
* Asserts that a string is found in the rendered node in a view mode.