How to edit the PHPUnit library path in Zend Studio?

2

1

I'm trying to set up Zend Studio so I can use PHPUnit, but I can't figure it out. The PHPUnit library path is un-editable.

What should I do?

Andrew

Posted 2010-01-05T19:49:03.200

Reputation: 11 982

Answers

2

This link helped me out.

Right click on your project, then click "Properties". Under "PHP include path", you will find under the "libraries" tab the definition for PHPUnit. Remove that, or edit the path

Andrew

Posted 2010-01-05T19:49:03.200

Reputation: 11 982