Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
eafeaaee
Commit
eafeaaee
authored
Aug 26, 2017
by
Carsten Rose
Browse files
Fix broken unit test
parent
4dc3b79e
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/RELEASE.txt
View file @
eafeaaee
...
...
@@ -34,6 +34,24 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.19.6
--------------
Features
^^^^^^^^
* #4299 / HTML Element 'Select': Placeholder
* Changes to the alert generation and added btn-group for multiple buttons.
* Should only show reload button and be modal when the conflict is mandatory.
* #4144 / Close/New: bei acquireLock=false anschliessend keine Nachfrage ob gespeichert werden soll
* #4120 / Removed Timeout from Dirty Alert Message
* #4283 / FE.parameter=emptyMeansNull
Bug Fixes
^^^^^^^^^
* #4281 Prevent save from being clicked multiple times. Save no turns orange when saving.
Version 0.19.5
--------------
...
...
extension/qfq/tests/phpunit/BuildFormPlainTest.php
View file @
eafeaaee
...
...
@@ -267,7 +267,7 @@ class BuildFormPlainTest extends AbstractDatabaseTest {
$build
->
getKeyValueListFromSqlEnumSpec
(
$formElement
,
$keys
,
$values
);
$this
->
assertEquals
(
$expect
,
$keys
);
$this
->
assertEquals
(
$expect
,
$values
);
unset
(
$formElement
[
FE_EMPTY_ITEM_AT_
END
]);
unset
(
$formElement
[
FE_EMPTY_ITEM_AT_
START
]);
// SQL (4 columns, none 'id' nor 'label') - Take the first two columns
$expectKeys
=
[
'10'
,
'20'
,
'30'
];
...
...
Write
Preview
Supports
Markdown
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