Issue #2113547 by olli: Fixed Running ViewsDataHelperTest with phpunit fails.
parent
cb9ab9ada4
commit
c8164252ad
|
@ -211,8 +211,8 @@ class ViewTestData {
|
|||
),
|
||||
);
|
||||
$data['views_test_data']['status'] = array(
|
||||
'title' => t('Status'),
|
||||
'help' => t('The status of this record'),
|
||||
'title' => 'Status',
|
||||
'help' => 'The status of this record',
|
||||
'field' => array(
|
||||
'id' => 'boolean',
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue