mirror of
https://github.com/10h30/Test-Eloquent-Relationships.git
synced 2026-07-11 18:56:11 +09:00
Merge pull request #45 from thinkverse/fix-countries-test
Fix Task 6 - average of the field
This commit is contained in:
@@ -106,6 +106,7 @@ class RelationshipsTest extends TestCase
|
||||
|
||||
$response = $this->get('/countries');
|
||||
$response->assertSee('avg team size 4');
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
|
||||
// TASK: polymorphic relations
|
||||
|
||||
Reference in New Issue
Block a user