Equinoxium Posted August 14, 2013 Share Posted August 14, 2013 Hi, I'm new on PHPUnit and ZF2. At the moment I learn ZF2 from the programmer reference book. I work with XAMPP 1.8.1 (current version) on windows vista. I have reinstalled the XAMPP. I will now install PHPUnit on this, I have read a lot of installation guides, but I get some errors. For example: http://binsoy74.wordpress.com/2012/11/01/installing-phpunit-on-windows-8-windows-7-vista/ I have excute: "pear update-channels" And then: "pear install phpunit/PHPUnit" I get the message: No release available for package "pear.phpunit.de" install failed Quote Link to comment Share on other sites More sharing options...
ignace Posted August 14, 2013 Share Posted August 14, 2013 (edited) It's easier to install phpunit and zendframework through composer. Download composer.phar and put it inside your project directory. Then using the commandline type: $ composer.phar require phpunit/phpunit zendframework/zendframework Edited August 14, 2013 by ignace Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.