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 c3ec98b commit b177fedCopy full SHA for b177fed
tests/AppendTest.php
@@ -59,7 +59,7 @@ public function it_can_append_collections()
59
->allowedAppends('FullName')
60
->get();
61
62
- $this->assertCollectionAttributeLoaded($models, 'fullname');
+ $this->assertCollectionAttributeLoaded($models, 'FullName');
63
}
64
65
/** @test */
@@ -70,7 +70,7 @@ public function it_can_append_paginates()
70
71
->paginate();
72
73
- $this->assertPaginateAttributeLoaded($models, 'fullname');
+ $this->assertPaginateAttributeLoaded($models, 'FullName');
74
75
76
0 commit comments