We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0bc3e commit 61dbcdeCopy full SHA for 61dbcde
tests/Issues/Issue/Issue79Test.php
@@ -34,7 +34,7 @@ public function testCombinedReferenceAndObjectDefinitionWithInvalidDataThrowsAnE
34
35
$this->expectException(ErrorRegistryException::class);
36
37
- new $className(['name' => 23, 'age' => 'A28']);
+ new $className($data);
38
}
39
40
public static function invalidInputDataProvider(): array
0 commit comments