Skip to content
Snippets Groups Projects
Commit c61723a8 authored by Project-Update-bot's avatar Project-Update-bot
Browse files

Automated Project Update Bot fixes from run 11-217342.

parent 8f146edd
No related branches found
No related tags found
1 merge request!16Automated Project Update Bot fixes
......@@ -103,7 +103,7 @@ class TypedEntityRendererTest extends KernelTestBase {
* @return array
* The data.
*/
public function rendererNegotiationViewModeDataProvider(): array {
public static function rendererNegotiationViewModeDataProvider(): array {
return [
['foo', TypedEntityRendererBase::class],
[Teaser::VIEW_MODE, Teaser::class],
......@@ -129,7 +129,7 @@ class TypedEntityRendererTest extends KernelTestBase {
* @return array
* The data.
*/
public function rendererNegotiationStateDataProvider(): array {
public static function rendererNegotiationStateDataProvider(): array {
return [
[FALSE, TypedEntityRendererBase::class],
[TRUE, ConditionalRenderer::class],
......
......@@ -81,7 +81,7 @@ class RepositoryManagerTest extends UnitTestCase {
/**
* Data provider for testGet.
*/
public function getDataProvider(): array {
public static function getDataProvider(): array {
return [
['foo', 'bar', 1],
['oof', 'faa', 3],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment