PHPUnit Installer updated to 3.6.4

Posted November 29th, 2011 • 1 min read

Just a small update .. I updated the PHPUnit Installer Shell for CakePHP 2.0 to use version 3.6.4.

All dependencies have been updated as well, so it's 23% more awesome.

Stay up to date

Want to know when a new post comes out and stay in the loop on tips, tricks and gotchas? Consider signing up for the Mindthecode newsletter.

Comments

Keep reading

May 16th, 2012 • 3 min read
With this little gem you can watch specific folders or file extensions and run commands based on the files you watch.
August 6th, 2013 • 2 min read
Let me show you how you can get syntax highlighted output from cat in the terminal
April 18th, 2016 • 6 min read
Recently React Storybook came out. It's a tool to isolate your React Components to develop and design them outside of your app. I'll be walking through setting it up