News Feed
Jobs Feed
Sections




News Archive
Maarten Balliauw:
Running unit tests when deploying to Windows Azure Web Sites
January 30, 2013 @ 10:25:20

Maarten Balliauw has a new post to his site showing you how to execute your unit tests (in this case PHPUnit) when you deploy your instance out to the Windows Azure platform.

When deploying an application to Windows Azure Web Sites, a number of deployment steps are executed. For .NET projects, msbuild is triggered. For node.js applications, a list of dependencies is restored. For PHP applications, files are copied from source control to the actual web root which is served publicly. Wouldn't it be cool if Windows Azure Web Sites refused to deploy fresh source code whenever unit tests fail? In this post, I'll show you how.

He creates a super basic script using Silex and writes up a test with some dummy assertions, checking if true equals true. He then steps you through updating the current "deploy.sh" script to add in a call to execute PHPUnit and an "exitWithMessageOnError" statement. This statement kicks it back and causes the deployment to fail when tests don't pass (as seen here).

0 comments voice your opinion now!
windows azure phpunit unittest execute deploy fail


blog comments powered by Disqus

Similar Posts

Reddit.com: How do you test email when in development?

Ruslan Yakushev: PHP Troubleshooting in Windows Azure Web Sites

Mike Lively's Blog: Adding Database Tests to Existing PHPUnit Test Cases

John Mertic's Blog: PHP Windows Installer updated for PHP 5.2.0RC2 and more

Brian Swan's Blog: Streaming Silverlight Video with PHP


Community Events









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


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

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