News Feed
Jobs Feed
Sections




News Archive
Test.ical.ly Blog:
Wrapping symfonys functional tests in a PHPUnit test case
July 08, 2010 @ 13:58:50

In a new post to the test.ical.ly blog Christian looks at how to wrap Symfony functional tests inside of a PHPUnit test case to unify them with your already-existing unit tests.

Yesterday I wrote a lot of functional tests for a symfony plugin that provides and XML web service interface. Using symfonys functional testing classes this is actually quite easy to do. But wouldn't it be cool if you could integrate these tests into your continuous integration service just like PHPUnit tests? Wouldn't it be cool to be able to generate PHPUnit coverage reports?

He created a simple PHPUnit test whose job it is to run all of the Lime tests (with a standard naming convention) and pull the results back into the test to be evaluated. An assertEquals checks the result to be sure the string "ok" is returned as the first thing on the line. If any of the functional tests fail, the whole test case will fail. It could be modified a bit to record which case it was that actually failed and report that back in the failure information.

0 comments voice your opinion now!
functional test symfony phpunit testcase tutorial


blog comments powered by Disqus

Similar Posts

Zend: Zend Framework Database Access Webinar (Oct 31st, 2007)

SitePoint PHP Blog: pTest: PHP Unit Tester in 9 Lines Of Code

C7Y: Optimizing with APC

DevShed: Creating the Blog Script for a PHP/MySQL Blogging System (Part 2)

IBM developerWorks: Use Ajax with PHP and DB2 9 - Xajax


Community Events











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


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

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