Gareth Heyes' Blog: Exploiting PHP SELF
Gareth Heyes has a new post today talking about one of the vulnerable values in the $_SERVER superglobal - PHP_SELF. I thought it might be a good idea to gather a few test cases demonstrating the...
View ArticleSebastian Bergmann's Blog: Support for BDD and Stories in PHPUnit 3.3
On his blog today Sebastian Bergmann has posted about new functionality that's been added to the PHPUnit unit testing package for PHP - support for BDD and Stories. PHPUnit_Extensions_Story_TestCase...
View ArticleMatthew Weier O'Phinney's Blog: Testing Zend Framework MVC Applications
Matthew Weier O'Phinney has posted about a project he undertook to make it simple to test "userland projects" built with the Zend Framework as easy to test as the framework's own Front Controller and...
View ArticleDebuggable Blog: What is a Testcase - especially in CakePHP?
In this new blog post to the Debuggable blog today Tim Loschutzki takes a look at tests cases in CakePHP applications - what they are and a few resources to learn more. it's amazing how many people on...
View ArticleTest.ical.ly Blog: Wrapping symfonys functional tests in a PHPUnit test case
In a new post to the test.ical.ly blog Christian looks at how to wrap Symfony functional tests inside of a PHPUnit test case to unify them with your already-existing unit tests. Yesterday I wrote a...
View Article