src/Tests/PersistentDriverTestCase.php
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
<?php
namespace BeatSwitch\Lock\Tests;
use BeatSwitch\Lock\Callers\SimpleCaller;
use BeatSwitch\Lock\Manager;