Hacker News new | ask | show | jobs
by Killswitch 4483 days ago
Thanks for this, I soon want to migrate our companies production stuff to HHVM but I'm scared :(
1 comments

That's exactly what tests are for :-) roll out a new development server, run all your tests and see what breaks!
Yup, I'm working on modernizing our platform. Currently we're built in CodeIgniter (before I came) and I am in the process of rewriting the whole platform to use Laravel, PHPUnit, and Travis-CI.