Trying to run PHPUnit on my Kohana 2.3.4 install: phpunit --colors --bootstrap=index.php ../../modules/phpunit/libraries/Tests.php
I have set up Hudson CI Server and running PHPUnit test with Selenium (big thanks to this post!). Now I am running Hudson server and Selenium server on my localhost.
I don\'t know if this is strictly a programming question but here goes. I have a test that looks like this:
After installing phpUnit 3.5 i am trying to run my tests this way: phpunit AllTests.php But I am getting the following errors:
I have the following Selenium test in PHP: <?php require_once(\'PHPUnit/Extensions/SeleniumTestCase.php\');
I want to refactor my model so I can properly write a unit test for it. But I have some dependencies. Can anybody point me in the right direction how I can remove these dependencies?
I\'ve got xdebug installed fine (showing up in phpinfo()) but I\'m trying to get it to work with PHPUnit\'s code coverage functionality. It keeps telling me \"The XDebug extension is not loaded\". I\'
I am trying to automate my testing procedure using Ant. This is my error: test: PHPUnit 3.5.0 by Sebastian Bergmann.
I am again trying to work on a TDD (Test Driven Design) way. So I installed my PHPUnit again to work with my ZendFramework app开发者_JAVA百科lication.
General Info: PHP 5.3.3 PHPUnit 3.4 Zend Framework 1.10.8 开发者_JAVA百科 Phing build target <target name=\"test\">