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 189983

Summary: PHPdoc highlighting for PHPUnit tags
Product: php Reporter: zurom
Component: PHPDocAssignee: issues@php <issues>
Status: NEW ---    
Severity: normal CC: CheeseSucker, tmysik
Priority: P3 Keywords: PLAN
Version: 7.0   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: PhPDoc and PHPUnit tags (PHPUnit hadn't highlighted)

Description zurom 2010-08-30 09:21:19 UTC
Created attachment 101747 [details]
PhPDoc and PHPUnit tags (PHPUnit hadn't highlighted)

Highlighting of PHPdoc comments (Options/Fonts&Colors/Syntax/PHP/Documentation Keyword) doesn't highlights PhpUnit comments:
--------------
(http://www.phpunit.de/manual/3.4/en/appendixes.annotations.html)
	@assert
	@backupGlobals
	@backupStaticAttributes
	@covers
	@dataProvider
	@depends
	@expectedException
	@group
	@outputBuffering
	@runTestsInSeparateProcesses
	@runInSeparateProcess
	@test
	@testdox
	@ticket
-------------------
It would be nice to highlight PHPUnit tags as well as usial PHPDoc tags
IMHO it would be better to add separate list item for PHPUnit tags to be able to highlight PHPdoc and PHPUnit tags separately by diffferent formats
Comment 1 Koc 2010-10-03 08:27:14 UTC
http://wiki.netbeans.org/PhpUnit
please, provide this feature in 6.10