zend-test Questions

1

I need to test a big site written in ZF2. There is 443 test and about 10000 assertions. Testing with code coverage takes 6 hours! I think I found the problem: In controller's tests I use a dispatch...
Propagandize asked 13/3, 2013 at 10:44

1

Solved

I'm trying to start using PHPUnit with Zend Test for my Zend Framework application. I'm able to run the PHPUnit command from command line phpunit --configuration phpunit.xml. I've tried following t...
Enow asked 20/8, 2012 at 17:8

4

Is it possible to run PHP Zend test cases (those that extend Zend_Test_PHPUnit_ControllerTestCase, etc.) through Eclipse PDT? I would like to be able to run them in a similar fashion as you run JU...
Hydromagnetics asked 2/7, 2009 at 16:47

2

Solved

I'm trying to test a controller. Zend Tool has generated the following code: class Default_CarrinhoControllerTest extends Zend_Test_PHPUnit_ControllerTestCase { public function setUp() { $this-&...
Necromancy asked 6/1, 2012 at 23:14

3

Solved

How can I from PHP, re-create my Database, maybe inserting default data. Currently, I am intending to use the behavior for Unit Tests. I am using Doctrine 2, Zend Framework 1.11, Zend_Test for un...
Douzepers asked 17/12, 2010 at 11:45

1

Solved

i installed PHPUnit by the book: sudo pear channel-discover pear.phpunit.de sudo pear install phpunit/PHPUnit The include path is added in the /etc/php5/cli/php.ini include_path = ".:/usr/share...
Quarterback asked 26/1, 2011 at 11:41
1

© 2022 - 2024 — McMap. All rights reserved.