News Feed
Jobs Feed
Sections




News Archive
Fabien Potencier's Blog:
Create your own framework... on top of the Symfony2 Components (part 8)
January 17, 2012 @ 09:39:26

Fabien Potencier has posted the eighth part in his "building a framework on Symfony2 components" series. So far he's created a full-featured microframework with routing, controllers, HTTP handling and namespaced code. In this latest part he improves the sample framework by adding some unit tests.

Some watchful readers pointed out some subtle but nonetheless important bugs in the framework we have built yesterday. When creating a framework, you must be sure that it behaves as advertised. If not, all the applications based on it will exhibit the same bugs. The good news is that whenever you fix a bug, you are fixing a bunch of applications too. Today's mission is to write unit tests for the framework we have created by using PHPUnit.

He includes the XML for a basic phpunit.xml configuration file and uses a UrlMatcher and ControllerResolver in a "Framework" class and makes the test check for "not found" URLs and for checking for a correct Response.

0 comments voice your opinion now!
symfony2 framework custom components tutorial series unittest


blog comments powered by Disqus

Similar Posts

Debuggable Blog: XPath on PHP Arrays (Set::extract)

Sameer Borate's Blog: Checking coding standards with PHP_Codesniffer

Michael Nitschinger's Blog: Playing with Composer and Lithium

John Highland's Blog: LifeStreaming Is Simple As Pie

Stefan Priebsch's Blog: Custom Coding Standards with PHP_CodeSniffer


Community Events











Don't see your event here?
Let us know!


unittest code object series release language zendframework2 tool functional opinion development example interview podcast introduction composer framework community testing conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework