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
5f20da0f
Commit
5f20da0f
authored
Dec 18, 2018
by
Carsten Rose
Browse files
Update phpdoc
parent
52563c3b
Changes
1
Show whitespace changes
Inline
Side-by-side
extension/Tests/unit/core/BuildFormPlainTest.php
View file @
5f20da0f
...
...
@@ -517,7 +517,14 @@ class BuildFormPlainTest extends AbstractDatabaseTest {
// }
/**
* @throws Exception
* @throws CodeException
* @throws DbException
* @throws DownloadException
* @throws UserFormException
* @throws UserReportException
* @throws \PhpOffice\PhpSpreadsheet\Exception
* @throws \PhpOffice\PhpSpreadsheet\Reader\Exception
* @throws \PhpOffice\PhpSpreadsheet\Writer\Exception
*/
protected
function
setUp
()
{
$_GET
[
'form'
]
=
'phpunit_person'
;
...
...
@@ -542,7 +549,7 @@ class BuildFormPlainTest extends AbstractDatabaseTest {
$GLOBALS
[
"TSFE"
]
=
new
FakeTSFEBuildPlain
();
$form
=
new
\
qfq\
QuickFormQuery
([
'bodytext'
=>
"form=form
\n
r=3"
,
'uid'
=>
1234
],
true
);
$form
=
new
QuickFormQuery
([
'bodytext'
=>
"form=form
\n
r=3"
,
'uid'
=>
1234
],
true
);
// After instantiating QuickFormQuery, the latest updates will be played. The SIP is by default activated which breaks current tests.
$this
->
dbArray
[
DB_INDEX_DEFAULT
]
->
sql
(
"UPDATE Form SET permitNew='always', permitEdit='always' WHERE name='form' "
);
...
...
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