Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #2 testing #16

Merged
merged 7 commits into from
Sep 5, 2016
Merged

Conversation

Leo24
Copy link
Contributor

@Leo24 Leo24 commented Aug 26, 2016

Add tests for getting appointments by date

@@ -5,7 +5,10 @@
// See resource routes in Laravel Docs
Route::resource('Patient', '\LibreEHR\FHIR\Http\Controllers\PatientController');
Route::resource('Patients', '\LibreEHR\FHIR\Http\Controllers\PatientController');
Route::get('Patient/{id}', '\LibreEHR\FHIR\Http\Controllers\PatientController@show($id)');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Leo24 These additional resource routes are not needed, they are all covered by the ::resource() route.

@kchapple kchapple merged commit b2274bb into LibreHealthIO:develop Sep 5, 2016
@Leo24 Leo24 deleted the develop-#2-testing branch September 20, 2016 12:03
kchapple added a commit that referenced this pull request Jan 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants