News Feed
Jobs Feed
Sections




News Archive
Raphael Stolt's Blog:
Testing Phing buildfiles with PHPUnit
May 11, 2009 @ 09:33:20

Raphael Stolt has a new post looking at a technique to ensure that your Phing buildfile is how it should be via unit testing it.

While transforming some of the Ant buildfile refactorings described in Julian Simpson's seminal essay into a Phing context, it felt plainly wrong that I didn't have any tests for the buildfile to back me up on obtaining the pristine behaviour throughout the process. While Ant users can rely on an Apache project called AntUnit there are currently no tailor-made tools available for testing or verifying Phing buildfiles.

He includes an sample build file that will be tested and some PHPUnit code to execute the build and run several tests on the results like githubCloneAdhocTaskShouldBeDefined, targetLogBuildShouldBeAPrivateOne, propertyGithubReposDirShouldBeSet and more.

0 comments voice your opinion now!
test phing buildfile phpunit custom runner example


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann\'s Blog: More Work on Reporting in PHPUnit 3

Yet Another Web Development Blog: A PHP Developer Spends a Week with Python

Brian Cline's Blog: Installing PHPUnit on WAMPServer

Zend Developer Zone: phpt Generator Up

Etienne Kneuss' Blog: Late Static Bindings Explained


Community Events









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


language database opinion framework unittest composer example interview introduction development code testing tool api podcast phpunit object community release zendframework2

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