by Lee Forkenbrock | Nov 17, 2016 | Lynda Course Announcements, PHP Development, Unit Testing
Lynda.com is a website that provides online training courses in a variety of subject materials. I’ve been honored to work with them on a few different courses at this point covering both PHP and Ember.js. The latest one went up earlier this month, it covers some of the basics in working with PHPUnit, a unit […]
by Lee Forkenbrock | Apr 5, 2016 | CakePHP Development, Unit Testing
Unit tests are a standard part of the Loadsys workflow. Testing provides developers and our clients assurance that our code is as bug free as possible and it meets the requirements. When you first start writing tests, it is a real challenge to write tests that are able to provide valuable and accurate feedback. Let’s […]
by Lee Forkenbrock | Jan 29, 2014 | CakePHP Development, Unit Testing
If you want to write unit tests against a 1.3 CakePHP application (and you should want to write unit tests), using this TestCase class and Mockery will let you use forward-compatible PHPUnit-style assertions by temporarily translating them to SimpleTest assertions. The benefit being that your tests will break less when upgrading the project to Cake […]