News Feed
Jobs Feed
Sections




News Archive
Paul Jones' Blog:
Solar 0.18.0 released, and more about testing
May 09, 2006 @ 05:56:26

The latest version of the Solar framework has been released, according to this new post on Paul Jones' blog today. Version 0.18.0 has several updates, but most importantly, there's an update to the testing methodolgy.

I can say that the procedural PHPT testing style is easier to approach for someone new to testing, and is great for smaller or standalone projects, but it doesn't seem to "scale up" well for larger class structures. The object-oriented testing style used by PHPUnit and SimpleTest requires more inital setup work, but "scales up" much better in larger projects.

So in a spirit of meet-in-the-middle, I coded up a pair of Solar-based unit-test classes to take over from Solar_Test_Assert and .phpt, then converted a couple of existing .phpt tests to the new technique. It worked like a champ.

He also provides some examples with the inclusion of code from the Solar_Test class, a test written for Solar_Uri, the Solar_Test_Suite class, and a command-line test-runner (as well as a few others).

0 comments voice your opinion now!
solar framework release version0.18.0 testing methodology simpletest phpunit solar framework release version0.18.0 testing methodology simpletest phpunit


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: Solar and TypeKey Authentication

Manoj Sachwani's Blog: PHP Frameworks : First glimpse for beginners

NetTuts.com: Hands-On Unit Testing With PHPUnit (Screencast)

Padraic Brady's Blog: Ruby Testing Tools Missing From PHP

Jim Plush's Blog: MyBic - New Release and SourceForge Ranking


Community Events











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


database rest usergroup introduction language podcast opinion framework series development testing zendframework2 interview conference symfony2 functional release phpunit unittest community

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