There are 4 articles tagged as "zend framework 2"

Unit testing Zend Framework 2 modules

on September 15, 2012. in Development, Programming, Software. A 5 minute read.

Porting this blog to Zend Framework 2, I decided to write some unit tests as well, while I’m at it. Not that the current code base doesn’t have unit tests, just it doesn’t have much of it… Anyway, I’d like to show how to get unit tests for modules up and running, as well how to throw in Mockery in the mix, as it can help us greatly with mocking out objects. Some of the parts shown here probably could be written in a more cleaner/nicer way, especially the autoloading bit, but so far it works for me.

Zend Framework hit a big milestone as version 2 was released last week. Sadly, I didn’t have time to contribute to it, or even to poke around it much. I decided to slowly, as time permits, port this blog to ZF2; it should be a good enough learning playground.

Contributing to Zend Framework 2

on November 10, 2011. in Development, Programming. A 2 minute read.

Continue reading Contributing to Zend Framework 2...

Helping out with Zend Framework 2

on July 27, 2011. in Development, Programming. A 3 minute read.

OK, here are some tips and resources so you can start helping out and contributing to Zend Framework 2.0 :)

Continue reading Helping out with Zend Framework 2...