Skip to content

Instantly share code, notes, and snippets.

@cuonghuynh
Created September 7, 2018 09:37
Show Gist options
  • Save cuonghuynh/3e405d2fd205e6c71d610cfcf025027f to your computer and use it in GitHub Desktop.
Save cuonghuynh/3e405d2fd205e6c71d610cfcf025027f to your computer and use it in GitHub Desktop.
Why we should write test to coverage our code as much as posible
Unit-test: You will figure out missing logic, wrong types returned or params ... things which you can not think when programming the business code
Behat: It's really a supervisor for your website, which make sure all fuctions work well after adding new features.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment