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(
|
$data['views_test_data']['status'] = array(
|
||||||
'title' => t('Status'),
|
'title' => 'Status',
|
||||||
'help' => t('The status of this record'),
|
'help' => 'The status of this record',
|
||||||
'field' => array(
|
'field' => array(
|
||||||
'id' => 'boolean',
|
'id' => 'boolean',
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue