MediaWiki
REL1_19
|
The tests here verify the structure of the code. More...
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. |
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.
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().