Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
digit-joinup-reference
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ec-europa
digit-joinup-reference
Commits
9d56ada4
Commit
9d56ada4
authored
7 months ago
by
Claudiu Cristea
Browse files
Options
Downloads
Patches
Plain Diff
ISAICP-9060: Fix PHPUnit test.
parent
b6cdfba3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!186
Release/v1.112.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/profiles/joinup/tests/src/Unit/ExportUserListFormTest.php
+2
-0
2 additions, 0 deletions
...profiles/joinup/tests/src/Unit/ExportUserListFormTest.php
with
2 additions
and
0 deletions
web/profiles/joinup/tests/src/Unit/ExportUserListFormTest.php
+
2
−
0
View file @
9d56ada4
...
...
@@ -10,6 +10,7 @@
use
Drupal\Tests\UnitTestCase
;
use
Drupal\joinup\Form\ExportUserListForm
;
use
Drupal\joinup_user
\EntityAuthorshipHelperInterface
;
use
Drupal\og\MembershipManagerInterface
;
/**
* Tests certain atomic methods of ExportUserListForm.
...
...
@@ -34,6 +35,7 @@ public function setUp(): void {
$this
->
formInstance
=
new
ExportUserListForm
(
$this
->
prophesize
(
EntityTypeManagerInterface
::
class
)
->
reveal
(),
$this
->
prophesize
(
EntityAuthorshipHelperInterface
::
class
)
->
reveal
(),
$this
->
prophesize
(
MembershipManagerInterface
::
class
)
->
reveal
(),
$this
->
prophesize
(
FileSystemInterface
::
class
)
->
reveal
(),
$this
->
prophesize
(
CsrfTokenGenerator
::
class
)
->
reveal
()
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment