You may not realize this but the gradle website is in php. that basically means that you can also use gradle to build php websites including mvc framework ones. This will get interesting..
Posts Tagged ‘PHP’
There is a nice tool called PHP CodeSniffer but not a good set of code standards for PHP MVC frameworks in PHP Code Sniffer format. The one I found for Symfony is somewhat old and missing items. I should have something up at GitHUb this evening to correct that set of issues.
PHP Build For Testing
Posted: January 16, 2010 in PHPTags: Add new tag, PHP, PHPUnit, Programming, Unit testing
One of the challenges in the increase in usable MVC frameworks is that each framework wants to use its own unit test framework that is slightly different form PHPUnit. Yes, some CI servers have plugins to integrate those test xml report s in phpunit format but are often not updated depending upon whether they were [...]
JavaBlogs