Raikia / FiercePhish

FiercePhish is a full-fledged phishing framework to manage all phishing engagements. It allows you to track separate phishing campaigns, schedule sending of emails, and much more.
https://github.com/Raikia/FiercePhish/wiki
GNU General Public License v3.0
1.31k stars 249 forks source link

Add Test Cases #7

Open Raikia opened 7 years ago

Raikia commented 7 years ago

All good applications should have test cases. Right now, there are ZERO test cases.....this should be fixed...

Raikia commented 7 years ago

Upon further investigation, this will require a rewrite of some controllers and move some of the logic into model functions to allow for easier testing. This will also increase code readability and reuse.