kskaradzinski
kskaradzinski

Reputation: 5084

Where can I find phpunit.sh after installation on Ubuntu 11.04?

Like in subject I have installed phpunit but cant find phpunit.sh file to pass path to netbeans.

But I checked

phpunit -version

and recive

PHPUnit 3.5.15 by Sebastian Bergmann.

So i think the installation is ok.

Upvotes: 1

Views: 1754

Answers (1)

Francesco
Francesco

Reputation: 454

There is just phpunit (in my system is in /usr/bin/phpunit).

In NetBeans in Tools > Options > PHP > Unit testing, just specify the output of which phpunit.

Upvotes: 4

Related Questions