Skip to content

Commit dd12698

Browse files
committed
cs: dataprovider import
1 parent 332272c commit dd12698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Metadata/Tests/Property/Factory/SerializerPropertyMetadataFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static function attributesProvider(): array
119119
];
120120
}
121121

122-
#[\PHPUnit\Framework\Attributes\DataProvider('attributesProvider')]
122+
#[DataProvider('attributesProvider')]
123123
public function testCreateWithAttributes($readAttributes, $writeAttributes): void
124124
{
125125
$serializerClassMetadataFactoryProphecy = $this->prophesize(SerializerClassMetadataFactoryInterface::class);

0 commit comments

Comments
 (0)