src/Tests/PersistentDriverTestCase.php
Showing 2 of 2 total issues
PersistentDriverTestCase
has 36 functions (exceeds 20 allowed). Consider refactoring. Open
Open
abstract class PersistentDriverTestCase extends \PHPUnit_Framework_TestCase{ /** * The main Lock instance *
File PersistentDriverTestCase.php
has 300 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?phpnamespace BeatSwitch\Lock\Tests; use BeatSwitch\Lock\Callers\SimpleCaller;use BeatSwitch\Lock\Manager;