8000 Mutate remaining data providers to static ones · symfony/serializer@0f100df · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f100df

Browse files
Mutate remaining data providers to static ones
1 parent 88eeb78 commit 0f100df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Normalizer/AbstractObjectNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ public function testDenormalizeBooleanTypesWithNotMatchingData(array $data, stri
701701
$normalizer->denormalize($data, $type);
702702
}
703703

704-
public function provideBooleanTypesData()
704+
public static function provideBooleanTypesData()
705705
{
706706
return [
707707
[['foo' => true], FalsePropertyDummy::class],

0 commit comments

Comments
 (0)
0