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
b967db8d
Commit
b967db8d
authored
Dec 22, 2018
by
Carsten Rose
Browse files
phpunit: config.qfq.php - add some vars to check for.
parent
2abc7cd9
Pipeline
#1226
passed with stage
in 1 minute and 33 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
extension/Tests/unit/core/store/StoreTest.php
View file @
b967db8d
...
...
@@ -390,16 +390,41 @@ class StoreTest extends TestCase {
SYSTEM_DB_NAME_QFQ
=>
'<DB>'
,
SYSTEM_SQL_LOG
=>
SYSTEM_SQL_LOG_FILE
,
SYSTEM_MAIL_LOG
=>
SYSTEM_MAIL_LOG_FILE
,
'DB_2_USER'
=>
'<DBUSER>'
,
'DB_2_SERVER'
=>
'<DBSERVER>'
,
'DB_2_PASSWORD'
=>
'<DBPW>'
,
'DB_2_NAME'
=>
'<DB>'
,
'DB_3_USER'
=>
'<DBUSER>'
,
'DB_3_SERVER'
=>
'<DBSERVER>'
,
'DB_3_PASSWORD'
=>
'<DBPW>'
,
'DB_3_NAME'
=>
'<DB>'
,
'LDAP_1_RDN'
=>
'LDAP_1_RDN'
,
'LDAP_1_PASSWORD'
=>
'LDAP_1_PASSWORD'
,
];
$body
=
<<<
EOT
<?
php
return
[
// Comment
'DB_1_USER'
=>
'<DBUSER>'
,
'DB_1_SERVER'
=>
'<DBSERVER>'
,
'DB_1_PASSWORD'
=>
'<DBPW>'
,
'DB_1_NAME'
=>
'<DB>'
,
'DB_2_USER'
=>
'<DBUSER>'
,
'DB_2_SERVER'
=>
'<DBSERVER>'
,
'DB_2_PASSWORD'
=>
'<DBPW>'
,
'DB_2_NAME'
=>
'<DB>'
,
'DB_3_USER'
=>
'<DBUSER>'
,
'DB_3_SERVER'
=>
'<DBSERVER>'
,
'DB_3_PASSWORD'
=>
'<DBPW>'
,
'DB_3_NAME'
=>
'<DB>'
,
'LDAP_1_RDN'
=>
'LDAP_1_RDN'
,
'LDAP_1_PASSWORD'
=>
'LDAP_1_PASSWORD'
,
];
EOT
;
...
...
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