imega/codeception-amqpc

dev-master 2016-12-05 14:20 UTC

This package is not auto-updated.

Last update: 2024-09-23 15:25:43 UTC


README

CircleCI

使用说明

声明队列

$I = new FunctionalTester($scenario);
$I->wantTo('Declare queue');
$I->declareQueueService('event.task');