News Feed
Jobs Feed
Sections




News Archive
Jakub Zalas' Blog:
Mocking Symfony Container services in Behat scenarios with Mockery
January 20, 2012 @ 13:54:52

Jakub Zalas has a recent post to his blog with a hint about how to test Symfony container services by mocking them (when testing with Behat) with the help of Mockery (and the PSSMockeryBundle).

Mocking objects in unit tests is pretty straightforward as every object used in a test case is usually created in a scope of one test class. In functional tests it's a bit harder since we either don't have full control over objects being created or it's simply too laborious to mock half the framework. [...] We're getting the service from a container [in the example] and calling a method which should send a lead. The problem is we don't want to actually call an API while executing Behat scenarios.

Rather than hitting up the API for each test, he opts to create mock objects and results with the tools Mockery has to offer. He gives code for a "is API available" method that either returns a valid container or a mocked object, depending on how it was called.

0 comments voice your opinion now!
mock mockery object behat symfony api tutorial


blog comments powered by Disqus

Similar Posts

Symfony Blog: Symfony plugin deprecation

Ibuildings techPortal: DPC Radio: Keynote - First Class APIs

Zend Developer Zone: AJAX Chat Tutorial Part 2

Web Development Blog: E-mail links, protective solutions against SPAM

IBM developerWorks: Use Ajax with PHP and DB2 9 - Xajax


Community Events











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


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

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