Skip to content
Snippets Groups Projects
Commit 9d56ada4 authored by Claudiu Cristea's avatar Claudiu Cristea
Browse files

ISAICP-9060: Fix PHPUnit test.

parent b6cdfba3
No related branches found
No related tags found
1 merge request!186Release/v1.112.1
......@@ -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()
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment