Skip to content

Commit

Permalink
patch data provider usage
Browse files Browse the repository at this point in the history
  • Loading branch information
wol-soft committed Sep 6, 2024
1 parent da0bc3e commit 61dbcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Issues/Issue/Issue79Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function testCombinedReferenceAndObjectDefinitionWithInvalidDataThrowsAnE

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

new $className(['name' => 23, 'age' => 'A28']);
new $className($data);
}

public static function invalidInputDataProvider(): array
Expand Down

0 comments on commit 61dbcde

Please sign in to comment.