[General] Fix issues identified by PHP Mess Detector

Review Request #81 — Created March 28, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
pprkut:checkstyle
lunr
Fix a few issues uncovered by phpmd.
Raise the too many methods per class limit to 20.
Don't report unused formal parameters for the mysql connection mocks.
Unit Tests
src/Lunr/Core/Tests/RequestStoreTest.php
src/Lunr/DataAccess/Tests/MockMySQLiFailedConnection.php
src/Lunr/DataAccess/Tests/MockMySQLiSuccessfulConnection.php
src/Lunr/DataAccess/Tests/MockMySQLndFailedConnection.php
src/Lunr/DataAccess/Tests/MockMySQLndSuccessfulConnection.php
src/Lunr/Halo/LunrBaseTest.php
src/Lunr/Network/Tests/StreamSocketTest.php
tests/phpmd.xml
Loading...