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 254462 - PhpUnit 4.8 unrecognized option --run
Summary: PhpUnit 4.8 unrecognized option --run
Status: RESOLVED DUPLICATE of bug 254276
Alias: None
Product: php
Classification: Unclassified
Component: PHPUnit (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-17 19:14 UTC by krisumaru
Modified: 2015-08-18 08:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description krisumaru 2015-08-17 19:14:25 UTC
When updated to phpUnit 4.8 and try to test project or method i get error:
unrecognized option --run
instead of using: 
phpunit --run /path/to/tests/to/be/run
netbeans should use: 
phpunit /path/to/tests/to/be/run
Comment 1 Tomas Mysik 2015-08-18 08:11:37 UTC

*** This bug has been marked as a duplicate of bug 254276 ***