Class: PhpDocAuditTest
Source Location: /modules/core/test/phpunit/PhpDocAuditTest.class
Class PhpDocAuditTest
Inherited Properties, Constants, and Methods
Methods
PhpDocAuditTest PhpDocAuditTest(
$methodName
)
|
|
Parameters:
void checkFile(
$fileName,
$buffer
)
|
|
Parameters:
API Tags:
See: | CodeAuditTestCase::checkFile
1. Check that @package lines agree inside a module |
Redefinition of:
- CodeAuditTestCase::checkFile()
- Overload this method in subclasses to audit the file.
void finishScan(
$halted
)
|
|
Parameters:
API Tags:
See: | CodeAuditTestCase::finishScan |
Redefinition of:
- CodeAuditTestCase::finishScan()
- Overload this method in subclasses to run any tasks after the scan is complete.
void shouldCheckFile(
$fileName
)
|
|
Parameters:
API Tags:
See: | CodeAuditTestCase::shouldCheckFile |
Redefinition of:
- CodeAuditTestCase::shouldCheckFile()
- Overload this method in subclasses. If this method returns true, we'll call checkFile on it.
|
|