News Feed
Jobs Feed
Sections




News Archive
Synfony Project:
New testing framework
September 19, 2006 @ 07:44:42

On the Synfony project's blog, they've posted about a new testing framework that they've implemented for their framework based around something they call "lime".

If you keep an eye on the timeline, you probably saw that the symfony unit tests have been completely reworked lately. This is because we switched from simpletest, which was fine but had side effects when functional tests were executed all at once, to our own testing framework, lime.

Lime is more lighweight than PHPUnit or simpletest and has several advantages. First, it launches test files in a sandbox to avoid strange effects between each test file run (one of the reasons we were unable to fix the old symfony core tests). It also introduces a new sfBrowser, sfTestBrowser and more importantly sfDomCssSelectorBrowser that allow you to write functionnal tests with ease. It is not backward compatible but is a lot more powerful than the old system. Oh, and it holds in a single file, lime.php, without any dependence.

They show some examples of its usage (and a note on which tests will need to be updated) as well as the output that would come of it. They've also included some sample tests (in the "test/" folder of the release) if you'd like to check it out more throughly.

0 comments voice your opinion now!
testing framework lime simpletest light example results testing framework lime simpletest light example results


blog comments powered by Disqus

Similar Posts

Michael Kimsal: Why do no almost no web frameworks come with any authentication/authorization?

Shunro Dozono's Blog: Seven free layout templates for CakePHP

Ligaya Turmelle's Blog: Streams Gem

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 11)

PHPMaster.com: The Liskov Substitution Principle


Community Events











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


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

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