MediaWiki  REL1_19
StructureTest Class Reference

The tests here verify the structure of the code. More...

Inheritance diagram for StructureTest:
Collaboration diagram for StructureTest:

List of all members.

Public Member Functions

 filterSuites ($filename)
 Filter to remove testUnitTestFileNamesEndWithTest false positives.
 testUnitTestFileNamesEndWithTest ()
 Verify all files that appear to be tests have file names ending in Test.

Detailed Description

The tests here verify the structure of the code.

This is for outright bugs, not just style issues.

Definition at line 7 of file StructureTest.php.


Member Function Documentation

StructureTest::filterSuites ( filename)

Filter to remove testUnitTestFileNamesEndWithTest false positives.

Definition at line 53 of file StructureTest.php.

Verify all files that appear to be tests have file names ending in Test.

If the file names do not end in Test, they will not be run.

Definition at line 12 of file StructureTest.php.

References wfIsWindows().

Here is the call graph for this function:


The documentation for this class was generated from the following file: