Skip to content

Commit

Permalink
Fixed tests for D10 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Sep 21, 2023
1 parent 8dcc0ea commit 6429431
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ProfileConnectSectionTest extends UnitTestCase {
/**
* {@inheritDoc}
*/
protected function setUp() {
public function setUp(): void {
parent::setUp();
$container = new ContainerBuilder();
$container->set('string_translation', $this->getStringTranslationStub());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ProfileHelpSectionTest extends UnitTestCase {
/**
* {@inheritDoc}
*/
protected function setUp() {
public function setUp(): void {
parent::setUp();
$container = new ContainerBuilder();
$container->set('string_translation', $this->getStringTranslationStub());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ProfileResourceSectionTest extends UnitTestCase {
/**
* {@inheritDoc}
*/
protected function setUp() {
public function setUp(): void {
parent::setUp();
$container = new ContainerBuilder();
$container->set('string_translation', $this->getStringTranslationStub());
Expand Down

0 comments on commit 6429431

Please sign in to comment.