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

Raphael Stolt's Blog: Creating custom PHPUnit assertions

Emran Hasan's Blog: Using Mockery as a mocking framework with PHPUnit

Mike Lively's Blog: Pear Channel set up for Phake

DevShed: Using Static Methods to Validate Data with Helpers in PHP 5

Chris Hartjes: So You Want to Write Tests


Community Events











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


introduction functional example tool development opinion zendframework2 unittest podcast interview testing object language community conference composer release framework code series

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