Search code examples
phpphpunitzend-studio

Zend Studio 7.1 PHPUnit Test Case wizard does not populate "Element to Test"


When I follow the instructions in ZS documentation to create a phpunit test case, the wizard returns no objects to select on the "Element to Test" line. Selecting "browse" provides an empty dialog box. The PHPUnit path in my preferences shows "/Applications/zend/zs710/plugins/com.zend.php.phpunit_7.1.0.v20091120-0900/resources/library/". What else can I check to see why I cannot create a test case? I'm new to ZS and PHP, so I have no idea how to troubleshoot this.
Thanks.


Solution

  • I think the problem was my unfamiliarity with the tool. I was trying to create the PHPUnit test on PHP file. Quite by accident, I tried performing the same action on the class within the file in the PHP Explorer and it worked. Thanks all.