Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
c8164252
Commit
c8164252
authored
Oct 17, 2013
by
alexpott
Browse files
Issue
#2113547
by olli: Fixed Running ViewsDataHelperTest with phpunit fails.
parent
cb9ab9ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/views/lib/Drupal/views/Tests/ViewTestData.php
View file @
c8164252
...
...
@@ -211,8 +211,8 @@ public static function viewsData() {
),
);
$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'
,
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment