News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
Sharing Fixtures and Stubbing/Mocking Static Methods
February 15, 2010 @ 12:55:49

Sebastian Bergmann has two recent posts dealing with some of the more difficult topics in unit testing. One looks at sharing fixtures between tests and the other talks about stubbing and mocking static methods in your tests.

From the first of the two tutorials:

A good example of a fixture that makes sense to share across several tests is a database connection: you log into the database once and reuse the database connection instead of creating a new connection for each test. This makes your tests run faster.

This fixture sharing example uses the setUpBeforeClass and tearDownAfterClass methods to create and destroy the connection.

In the second article Sebastian shows how to mock up a sample static function and mock it with the "staticExpects" helper.

0 comments voice your opinion now!
phpunit unittest stub mock static share fixture


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann\'s Blog: Static Analysis of PHP Code

Zend Developer Zone: Creating Code Coverage Statistics with xdebug

Sebastian Bergmann's Blog: Ideas for PHPUnit Projects

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

DZone.com: Development Setup for Neo4j and PHP: Part 2


Community Events











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


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

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