mirror of
https://github.com/10h30/Test-Eloquent-Relationships.git
synced 2026-07-11 10:46:13 +09:00
Merge pull request #2 from thinkverse/fix-test-task-no-user
Fix task 2 test bypass
This commit is contained in:
@@ -34,6 +34,7 @@ class RelationshipsTest extends TestCase
|
||||
Task::create(['name' => 'Some task']);
|
||||
|
||||
$response = $this->get('/tasks');
|
||||
$response->assertSeeText('Some task');
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user