feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
@@ -13,7 +13,7 @@ use App\Framework\Redis\RedisConnectionInterface;
|
||||
describe('DistributedJobCoordinator', function () {
|
||||
beforeEach(function () {
|
||||
$this->clock = new SystemClock();
|
||||
|
||||
|
||||
// Mock Redis Connection
|
||||
$this->redis = new class implements RedisConnectionInterface {
|
||||
private array $data = [];
|
||||
|
||||
Reference in New Issue
Block a user