Skip to content

Commit 61dbcde

Browse files
committed
patch data provider usage
1 parent da0bc3e commit 61dbcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Issues/Issue/Issue79Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testCombinedReferenceAndObjectDefinitionWithInvalidDataThrowsAnE
3434

3535
$this->expectException(ErrorRegistryException::class);
3636

37-
new $className(['name' => 23, 'age' => 'A28']);
37+
new $className($data);
3838
}
3939

4040
public static function invalidInputDataProvider(): array

0 commit comments

Comments
 (0)