MantisBT: master 6abac246

Author Committer Branch Timestamp Parent
dregad dregad master 2016-04-30 04:30 master 3ed60df1
Changeset

Consistency in PHPUnit test classes names

Some of the test case classes were named with an underscore (e.g.
Mantis_StringTests) while others did not have one (MantisEnumTests).

For consistency, we now exclusively use names witout '_'.

mod - tests/AllTests.php Diff File
mod - tests/Mantis/AllTests.php Diff File
mod - tests/Mantis/ConfigParserTest.php Diff File
mod - tests/Mantis/HelperTest.php Diff File
mod - tests/Mantis/StringTest.php Diff File
mod - tests/soap/AllTests.php Diff File