Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
ffb97c64
Commit
ffb97c64
authored
Nov 05, 2018
by
mabolek
Committed by
Thomas Löffler
Feb 11, 2019
Browse files
[TASK] Latest test functions in ManagerController
parent
4b049cff
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/karma/Classes/Controller/ManagerController.php
View file @
ffb97c64
...
...
@@ -82,9 +82,7 @@ class ManagerController extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionControll
$this
->
karmaService
->
addKarmaToUser
(
12
,
$frontendUser
,
$karmaSource
);
$valueReturned
=
$this
->
karmaService
->
getImmutableKarmaForUser
(
$frontendUser
);
$valueReturned
=
$this
->
karmaService
->
getImmutableKarmaForUser
(
$frontendUser
,
true
,
true
);
var_dump
(
$valueReturned
);
}
...
...
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