mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 01:53:49 +00:00
upgrade phpunit: make data provider static
This commit is contained in:
@@ -55,7 +55,7 @@ final class CustomFieldsChoiceTest extends KernelTestCase
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function emptyDataProvider()
|
||||
public static function emptyDataProvider()
|
||||
{
|
||||
return [
|
||||
// 0
|
||||
@@ -101,7 +101,7 @@ final class CustomFieldsChoiceTest extends KernelTestCase
|
||||
];
|
||||
}
|
||||
|
||||
public function serializedRepresentationDataProvider()
|
||||
public static function serializedRepresentationDataProvider()
|
||||
{
|
||||
return [
|
||||
[
|
||||
|
Reference in New Issue
Block a user