09.Oct.2010 at 15:19 by Antonios Pavlakis
I really enjoyed this. Good intro to unit testing. Can't wait to try it on my projects... :)
Michelangelo van Dam (09.Oct.2010 at 14:00)
Talk at PHP North West 2010 (PHPNW10) (English - UK)
With the release of Zend Framework 1.8 lots of things changed internally, and so changed the way to test your applications. My presentation will go in depth into the new unit testing features and will give examples to test your application on several levels like database tables, web services, library components and controllers.
Some parts require specific attention in order to ensure a good quality of Tests (e.g. Zend_Application, Zend_Db, Zend_Ldap, Zend_Service, Zend_Controller) while other parts can be included as parts of earlier mentioned tests.
Quicklink: https://joind.in/2053
Track(s): Track 3
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?
09.Oct.2010 at 15:19 by Antonios Pavlakis
I really enjoyed this. Good intro to unit testing. Can't wait to try it on my projects... :)
09.Oct.2010 at 16:22 by Dan Field
A good intro to unit testing with ZF in mind. Useful beyond ZF too as not everything was ZF specific.
09.Oct.2010 at 18:35 by Andrew Collington
The talk made me feel that I could actually go ahead and start unit testing applications, models, etc. very easily. Would have been nice to have touched on unit testing library files as well as the app and models, but I'm assuming the same concepts are used. Looking forward to the 'Green; fuzzy and warm' feeling from the unit tests. :-)
10.Oct.2010 at 12:04 by Ben Waine
As someone who only unit tests models at the moment it was useful to see other approaches (controller testing / database). Thanks!
10.Oct.2010 at 12:05 by Ben Waine
As someone who only unit tests models at the moment it was useful to see other approaches (controller testing / database). Thanks!
10.Oct.2010 at 20:40 by Ryan Mauger
Next time im asked about setting up unit tests for a zf app, why they're important, or how to bring down the ceiling using only the power of cool, im pointing people to this talk!
11.Oct.2010 at 19:49 by Chris Yallop
Enjoyed the talk. Good use of the Twitter mouse over security flaw. That definitely helps to hit home how important functional or acceptance tests are.
Also glad to see you went above the basic assertEquals function and included data providers and data sets.
Bring on that "warm and fuzzy feeling".
11.Oct.2010 at 21:11 by Tim Curzon
Loved the presentational style, picked up quite a few useful tricks to boot. Unit testing never appealed so much!
Unit testing everything in a Zend Framework application can be a bit daunting, but Michelangelo's relaxed style and extensive knowledge made this complex subject seem nice and easy.
When all of the tests passed he would use the expression "lots of green, warm fuzzy feeling inside", which I might use when reporting unit tests to my own managers!
09.Oct.2010 at 14:00 by Simon Griffiths
A talk that brought the house down, excellent intro and tips.