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 2dab85c commit 14c8431Copy full SHA for 14c8431
tests/ResponseTest.php
@@ -177,7 +177,7 @@ public function test_xhr_partial_response()
177
178
$this->assertInstanceOf(JsonResponse::class, $response);
179
$this->assertSame('User/Edit', $page->component);
180
- $this->assertFalse(isset($props['name']));
+ $this->assertFalse(isset($props['user']));
181
$this->assertCount(1, $props);
182
$this->assertSame('partial-data', $page->props->partial);
183
$this->assertSame('/user/123', $page->url);
0 commit comments