Comment on PHPUnit 4.0 ReleasedparentComments−Killswitch12yThanks for this, I soon want to migrate our companies production stuff to HHVM but I'm scared :(−stedaniels12yThat's exactly what tests are for :-) roll out a new development server, run all your tests and see what breaks!−Killswitch12yYup, 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.
Comments
Thanks for this, I soon want to migrate our companies production stuff to HHVM but I'm scared :(
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.