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
1af9cff9
Commit
1af9cff9
authored
Dec 18, 2018
by
Carsten Rose
Browse files
Fixed naming
parent
75d1d532
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/Tests/unit/core/database/AbstractDatabaseTest.php
View file @
1af9cff9
...
...
@@ -104,7 +104,7 @@ abstract class AbstractDatabaseTest extends TestCase {
self
::
$mysqli
=
new
\
mysqli
(
$dbserver
,
$dbuser
,
$dbpw
,
$db
);
if
(
self
::
$mysqli
->
connect_errno
)
{
throw
new
Exception
(
"Unable to connect to mysql server"
);
throw
new
\
Exception
(
"Unable to connect to mysql server"
);
}
}
...
...
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