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 198973 - add ability to pass include_paths to PHPUnit command line
Summary: add ability to pass include_paths to PHPUnit command line
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: PHPUnit (show other bugs)
Version: 7.0
Hardware: PC All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-28 19:31 UTC by lcrash
Modified: 2011-05-28 19:31 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 lcrash 2011-05-28 19:31:02 UTC
PHPUnit allows include_paths to be passed with --include-path.

Adding an option to pass the include paths from Netbeans to the PHPunit command line tool would allow developers to setup their own testing enviroment, without touching php.ini.

PATH_SEPARATOR could be received with:
php -d error_reporting=0 -r "print PATH_SEPARATOR;"
(where "php" would be replaced with the path configured in the php settings)