Issue #2113547 by olli: Fixed Running ViewsDataHelperTest with phpunit fails.

8.0.x
Alex Pott 2013-10-17 00:24:25 +01:00
parent cb9ab9ada4
commit c8164252ad
1 changed files with 2 additions and 2 deletions

View File

@ -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',
), ),