Skip to content

Commit

Permalink
fixing case of method name
Browse files Browse the repository at this point in the history
  • Loading branch information
fentie committed Oct 15, 2017
1 parent 2b3f63a commit e0524cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/CachedBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public function testValueModelResultsCreatesCache()
$this->assertEquals($liveResults, $cachedResults);
}

public function testNestedRelationshipEagerloading()
public function testNestedRelationshipEagerLoading()
{
$authors = collect([(new Author)->with('books.publisher')
->first()]);
Expand Down

0 comments on commit e0524cd

Please sign in to comment.