Skip to content
Snippets Groups Projects
Commit cea477c0 authored by project update bot's avatar project update bot Committed by Nia Kathoni
Browse files

Issue #3435431 by project update bot, andileco: Automated Drupal 11...

Issue #3435431 by project update bot, andileco: Automated Drupal 11 compatibility fixes for views_csv_source
parent 09968da4
No related branches found
No related tags found
1 merge request!18Automated Project Update Bot fixes
Pipeline #361513 passed with warnings
......@@ -345,7 +345,7 @@ class SelectTest extends UnitTestCase {
/**
* Data provider for ::testExecuteWithFieldAndCondition().
*/
public function conditionDataProvider(): array {
public static function conditionDataProvider(): array {
$conditions = [];
// Simple equal operator.
......@@ -422,7 +422,7 @@ class SelectTest extends UnitTestCase {
/**
* Data provider for ::testOrderBy().
*/
public function orderByDataProvider(): array {
public static function orderByDataProvider(): array {
$asc_data = [
Select::DIRECTION_ASC,
'Alabama',
......
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