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 190404

Summary: add glob pattern for test file names
Product: php Reporter: ruurd
Component: PHPUnitAssignee: issues@php <issues>
Status: NEW ---    
Severity: normal CC: tmysik
Priority: P3 Keywords: USABILITY
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description ruurd 2010-09-16 21:43:00 UTC
As it is now, test files follow the *[Tt]est.php pattern. This pattern is fixed in the netbeans module for PHPUnit. 

It would be nice to be able to specify the globbing pattern in the UI while setting other PHPUnit settings.

The pattern should also be used to generate the filenames of tests generated for PHPUnit. As an extra it would be nice to be able to specify how that name needs to look, for example going from camelcased to all-lowercase-split-by-underscore.