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

Blue Parabola Blog: The SPL Deserves Some Reiteration

NetTuts.com: Learn to Create Interactive Drill-Down Dashboards with PHP and FusionCharts

PHPHacks.com: Shell Scripting with PHP CLI

NetBeans Blog: PHPUnit support added

Wes Shell's Blog: Encapsulation in PHP


Community Events











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


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

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