News Feed
Jobs Feed
Sections




News Archive
Benjamin Eberlei's Blog:
Test your Legacy PHP Application with Function Mocks!
March 31, 2009 @ 11:18:31

Benjamin Eberlei has a suggestion for testing your application without having to mess around with creating new resources just for testing - use mocks.

Much talking is going on about Unit testing, Mocks and TDD in the PHP world. For the most this discussions surround object-oriented PHP code, frameworks and applications. Yet I would assert that the reality for PHP developers (me included) is dealing with PHP 4, PHP 5 migrated, or non-object oriented legacy applications which are near to impossible to bring under test.

He includes a "proof of concept" for a replacement mysql_query function (as created inside of Runkit) that sets up a "mocker" object that returns a "hello world" message when the mysql_query function is called.

0 comments voice your opinion now!
mock function runkit proofofconcept mysqlquery resource


blog comments powered by Disqus

Similar Posts

The Shadow Fox Network: Create Dynamic URLs With Mod_Rewrite and PHP Functions

PHPMaster.com: PHPMaster Security Roundup

Eli White's Blog: An intriguing use of lambda functions

Ian Selby's Blog: Dynamically Add Functions to PHP Classes

Zend Developer Zone: Mail Call!


Community Events











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


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

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