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

EdFinkler's Blog: Determining if a function is *really* available in PHP

Lorna Mitchell's Blog: Callbacks in PHP

php|architect: Vulcan Zend PHP Certification Mock Testing

Nexen.net: English Articles and a Single Distribution Resource

Developer Tutorials Blog: Parallel web scraping in PHP: cURL multi functions


Community Events











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


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

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