Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
e4684bb4
Commit
e4684bb4
authored
Jan 27, 2019
by
Carsten Rose
Browse files
Refs #7743. Fix unit.
parent
874aa79e
Pipeline
#1416
passed with stage
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Tests/unit/core/store/StoreTest.php
View file @
e4684bb4
...
...
@@ -380,8 +380,8 @@ class StoreTest extends TestCase {
F_BS_LABEL_COLUMNS
=>
'col-md-3 col-lg-3'
,
F_BS_INPUT_COLUMNS
=>
'col-md-6 col-lg-6'
,
F_BS_NOTE_COLUMNS
=>
'col-md-3 col-lg-3'
,
F_FE_DATA_REQUIRED_ERROR
=>
'data required'
,
F_FE_DATA_MATCH_ERROR
=>
'fields do not match'
,
F_FE_DATA_REQUIRED_ERROR
=>
F_FE_DATA_REQUIRED_ERROR_DEFAULT
,
F_FE_DATA_MATCH_ERROR
=>
F_FE_DATA_MATCH_ERROR_DEFAULT
,
F_FE_DATA_ERROR
=>
F_FE_DATA_ERROR_DEFAULT
,
F_CLASS_PILL
=>
'qfq-color-grey-1'
,
F_CLASS_BODY
=>
'qfq-color-grey-2'
,
...
...
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