Skip to content
Snippets Groups Projects
Commit aac89470 authored by project update bot's avatar project update bot Committed by Lucas Hedding
Browse files

Automated Project Update Bot fixes

parent 1644ccf8
No related branches found
No related tags found
1 merge request!10Automated Project Update Bot fixes
Pipeline #227217 passed with warnings
......@@ -49,9 +49,7 @@ include:
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
################
variables:
_TARGET_CORE: "$CORE_STABLE"
_SHOW_ENVIRONMENT_VARIABLES: '1'
OPT_IN_TEST_MAX_PHP: '1'
###################################################################################
......
......@@ -197,7 +197,7 @@ EOD;
* @return array
* The test case.
*/
public function iteratorDataProvider(): array {
public static function iteratorDataProvider(): array {
$data['non standard'] = [
'configuration' => [
'ids' => ['ids'],
......@@ -352,7 +352,7 @@ EOD;
* @return array
* The test case.
*/
public function idsDataProvider(): array {
public static function idsDataProvider(): array {
$data['ids'] = [
'configuration' => [
'ids' => [
......@@ -394,7 +394,7 @@ EOD;
* @return array
* The test case.
*/
public function fieldsDataProvider(): array {
public static function fieldsDataProvider(): array {
$data['no fields'] = [
'configuration' => [
'ids' => ['id'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment