Zend Framework 2.0.0 STABLE Released!
Matthew Weier O’Phinney has posted to the ZF blog that Zend Framework 2.0.0 STABLE has been released.
Welcome to a new generation of Zend Framework!
If you’ve been waiting, now is the time to download the Skeleton Application, and start playing. There’s a fairly good ZF2 tutorial within the official documentation too!
Also, don’t forget that if you’re in the UK/Europe, Evan and I are doing a full day of ZF2 training at the PHPNW12 conference for a mere £200 on Friday 5th October. If you’re in the USA, then we’re also doing a ZF2 tutorial at ZendCon on October 22nd.
Hi Rob!
I was going through you tutorial on ZF2. I setup everything like you noted here:
http://zf2.readthedocs.org/en/latest/user-guide/unit-testing.html
When I run phpunit I get the following output.
PHPUnit 3.7.8 by Sebastian Bergmann.
Configuration read from C:webZF2testsphpunit.xml
Fatal error: Class 'ZendMvcApplication' not found in C:webZF2testsmoduleA
pplicationsrcApplicationControllerIndexControllerTest.php on line 22
This is pointing to the setUp() function in IndexControllerTest.php:
$bootstrap = ZendMvcApplication::init(include 'config/application.config.php');
My IndexControllerTest.php is copied and pasted from your tutorial. Any clue as to what the problem might be?
Sorry, I have no clue.