playasoft / volunteers

A volunteer scheduling system for festivals and events
https://volunteer.apogaea.com
GNU Affero General Public License v3.0
34 stars 12 forks source link

Write tests #13

Open itsrachelfish opened 8 years ago

itsrachelfish commented 8 years ago

There should be tests for this thing!

kelsh commented 7 years ago

o7

Zaskoda commented 7 years ago

Laravel evolved the built-in testing suite significant in ever .X release since I started using 5.0. I recommend updating the latest if possible.

Zaskoda commented 7 years ago

https://laravel-news.com/laravel-dusk-is-coming

itsrachelfish commented 5 years ago

@Meleeman01 @Yam-s We need automated tests. PR #125 caused a major bug, deleting all slots from all events when a shift is edited. Manual testing / review alone isn't enough. Automated tests would have been able to catch this.