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
b6c2dcee
Commit
b6c2dcee
authored
Aug 18, 2017
by
Carsten Rose
Browse files
Fix phpunit tests
parent
ec16bcef
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/tests/phpunit/DatabaseTest.php
View file @
b6c2dcee
...
...
@@ -255,7 +255,7 @@ class DatabaseTest extends AbstractDatabaseTest {
$rc
=
$this
->
db
->
sql
(
$sql
,
ROW_REGULAR
,
$dummy
,
'fake'
,
$dummy
,
$stat
);
// DB_NUM_ROWS | DB_INSERT_ID | DB_AFFECTED_ROWS
$this
->
assertEquals
(
9
,
$stat
[
DB_NUM_ROWS
]);
$this
->
assertEquals
(
10
,
$stat
[
DB_NUM_ROWS
]);
}
/**
...
...
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