News Feed
Jobs Feed
Sections




News Archive
QaFoo.com:
Mocking with Phake
March 13, 2013 @ 12:53:26

On the QaFoo blog today there's a new tutorial posted showing you how to make unit test mocks with Phake, a testing tool that works a bit differently that other options (PHPUnit's own mocking and Mockery).

The use of Mock and Stub Objects is an important skill to learn when using Test Driven Development (TDD). Mock objects allow you to replace dependencies of an object with lookalikes, much like crash test dummies are used during automobile safety tests so humans aren't harmed. [...] Using Mocks in PHPUnit tests means using the built-in MockObjects library for quite some years. In the last years two contenders emerged that can be used as optional dependencies in PHPUnit. [...] This blog post introduces Phake, because it works quite differently than both PHPUnit Mock Objects and Mockery.

They include a code example of how to create mocks with Phake, showing it's different approach to defining the mocked methods. They explain each part of the code, detailing the use of the "when", "thenReturn" and "verify" methods. You can find out more about Phake and see other examples in the project's documentation.

0 comments voice your opinion now!
mocking unittest phake library tutorial introduction


blog comments powered by Disqus

Similar Posts

Jachim Coudenys: Using multiple databases in phpunit/dbunit with Composer

Ivan Iordanov's Blog: extending Zend_Db_Table to create NestedSet models

PHPBuilder.com: Loops & Decisions in PHP - The ABC's of PHP Part 8

Tutorial: A Simple Sessions Tutorial

DevShed: An Introduction to the Observer Pattern in PHP


Community Events











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


framework release interview database zendframework2 development community language code phpunit testing series application introduction podcast functional example api composer opinion

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