actingAs(User::factory()->create()) ->post(route('accessories.checkin.store', Accessory::factory()->checkedOut()->create())) ->assertForbidden(); } public function testAccessoryCanBeCheckedIn() { $this->markTestIncomplete(); } public function testEmailSentToUserIfSettingEnabled() { $this->markTestIncomplete(); } public function testEmailNotSentToUserIfSettingDisabled() { $this->markTestIncomplete(); } }