I am testing authentification functionality of my site. Zend_Auth is using as authorization engine. But auth status remains between tests and I need to write \'logout\' in every tearDown.
I have button on the page that being used as a link to another page. So when t开发者_如何学Pythonhe user clicks the button they are redirected to the right page.
I\'m testing some legacy code that extends the default php exception object. This code prints out a custom HTML error message.
I am writing a Selenium test in PHP using the PHPUnit Selenium extension. I know how to type something into a tex开发者_运维问答t field:
C开发者_如何学Golosed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citati
Starting a project with Zend Framework 1.10 and Doctrine 2 (Beta1). I am using namespaces in my own library code.
Me and my co-workers had a bit of a disagreement last night about unit testing in our PHP/MySQL application. Half of us argued that when unit tes开发者_StackOverflowting a function within a class, you
Closed. This question is op开发者_如何学Cinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citatio
I\'m adding unit-tests to an older PHP codebase at work. I will be testing开发者_开发百科 and then rewriting a lot of HTML generation code and currently I\'m just testing if the generated strings are
When running the \"mvn test\" command, the PHPUnit tests are run. The problem I have is that the setUpBeforeClass() method within a test class is not called when runnin开发者_Python百科g the tests fro