This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 158657 - PHPUnit not available
Summary: PHPUnit not available
Status: CLOSED INVALID
Alias: None
Product: php
Classification: Unclassified
Component: PHPUnit (show other bugs)
Version: 6.x
Hardware: HP Windows XP
: P3 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-17 10:40 UTC by ngure
Modified: 2009-02-19 22:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ngure 2009-02-17 10:40:59 UTC
Hi,

PHPUnit "Unit Testing" section in the IDE is not present in Netbeans 6.5 as shown in the first image on the page 
http://blogs.sun.com/netbeansphp/entry/phpunit_support_added

I have installed PHPUnit as described here: http://www.phpunit.de/manual/current/en/installation.html using 'pear 
install'.

How do I fix this.
Comment 1 Tomas Mysik 2009-02-17 12:29:47 UTC
What NB build do you have? What is the path of your PHPUnit script? Thanks a lot.
Comment 2 ngure 2009-02-17 20:27:55 UTC
Hi,

My Netbeans build is:

NetBeans IDE 6.5 (Build 200811100001)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15

PHPUnit is installed in C:\php\PEAR\PHPUnit

Hope this helps.

Brian
Comment 3 Tomas Mysik 2009-02-17 20:52:27 UTC
Sorry, you have to use development version of NetBeans [1] in order to use PHPUnit support (or wait for Milestone 2 of the next NB
version).
[1] http://bits.netbeans.org/download/trunk/nightly/latest/
Comment 4 ngure 2009-02-17 21:02:38 UTC
Hi,

Thanks. Will wait.

Brian