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....
by Donatas Kairys | Jun 19, 2009 | CakePHP Development
We are releasing our RSS datasource to CakePHP developers for CakePHP Development. We know there are others out there, but what we like about ours is that it supports the following: Built-in Pagination Sorting Content filtering Download rss_source.php here Steps to...