Documentation

AllSniffs
in package

Table of Contents

main()  : void
Prepare the test runner.
suite()  : TestSuite
Add all sniff unit tests into a test suite.
getInstalledStandardDetails()  : array<string|int, mixed>
Get the details of all coding standards installed.

Methods

main()

Prepare the test runner.

public static main() : void
Return values
void

suite()

Add all sniff unit tests into a test suite.

public static suite() : TestSuite

Sniff unit tests are found by recursing through the 'Tests' directory of each installed coding standard.

Return values
TestSuite

getInstalledStandardDetails()

Get the details of all coding standards installed.

protected static getInstalledStandardDetails() : array<string|int, mixed>
Tags
see
Standards::getInstalledStandardDetails()
Return values
array<string|int, mixed>

Search results