-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Tests? #36
Comments
Tests should definitely be started sooner rather than later alright. Laravel actually supports testing with PHP unit out of the box, so a lot of the work is done for you. The docs are fairly comprehensive too: https://laravel.com/docs/5.2/testing |
Cool. I'm writing some Model tests now. Will likely push them up tomorrow. I'll follow the conventions in the link I posted in the first comment. If anyone has any other suggestions regarding the testing structure, please chime in. |
Nice one , cheers @jncampbell! |
How should we develop them? Any suggestions on the directory structure?...conventions?...namespacing?
I think this may be a good start.
We should probably start implementing this now while the project is still young.
The text was updated successfully, but these errors were encountered: