MantisBT: master 1734ba03

Author Committer Branch Timestamp Parent
rombert rombert master 2011-12-05 09:03 master 9e3d7711
Changeset

Ensure compatibility with PHPUnit 3.6

PHPUnit 3.6 no longer has the 'Framework' class we try to require. Instead,
allow the execution to proceeed without loading the class, but leave the
silent include_once for older versions.

mod - tests/Mantis/EnumTest.php Diff File
mod - tests/Mantis/StringTest.php Diff File
mod - tests/TestConfig.php Diff File
mod - tests/soap/SoapBase.php Diff File