Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
captcha
Commits
15cdeea1
Commit
15cdeea1
authored
Oct 04, 2019
by
Fabiano Sant'Ana
Browse files
Issue #3085969 by wundo: Fix lint
parent
d9233ab1
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/src/Unit/Controller/CaptchaPointListBuilderTest.php
View file @
15cdeea1
...
...
@@ -30,7 +30,6 @@ class CaptchaPointListBuilderTest extends UnitTestCase {
$this
->
mockContainer
->
get
(
'string_translation'
)
->
willReturn
(
$this
->
getStringTranslationStub
());
$this
->
mockContainer
->
get
(
'module_handler'
)
->
willReturn
(
$this
->
mockModuleHandler
->
reveal
());
$this
->
mockEntityType
=
$this
->
prophesize
(
EntityTypeInterface
::
class
);
$this
->
mockEntityStorage
=
$this
->
prophesize
(
EntityStorageInterface
::
class
);
$this
->
listBuilder
=
new
CaptchaPointListBuilder
(
$this
->
mockEntityType
->
reveal
(),
$this
->
mockEntityStorage
->
reveal
());
...
...
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