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 46ae242 commit a631c74Copy full SHA for a631c74
tests/Support/DataObjectTest.php
@@ -51,7 +51,7 @@ public function testMakeWithValidData(): void
51
public function testMakeWithMissingConfig(): void
52
{
53
$this->expectException(RuntimeException::class);
54
- $this->expectExceptionMessage('Missing required property `stringValue` in `Hypervel\\Tests\\Support\\TestDataObject`');
+ $this->expectExceptionMessage('Missing required property `stringValue` in `Hypervel\Tests\Support\TestDataObject`');
55
56
TestDataObject::make([]);
57
}
0 commit comments