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 - add glob pattern for test file names
Summary: add glob pattern for test file names
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: PHPUnit (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: issues@php
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2010-09-16 21:43 UTC by ruurd
Modified: 2011-11-16 16:47 UTC (History)
1 user (show)

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 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.