dev-master
9999999-dev
MIT
The Requires
0.5.7
0.5.7.0
MIT
The Requires
dev-completion-listener
dev-completion-listener
MIT
The Requires
This package could come in handy for everyone who wants to build an implementation and make sure it meets its requirements.
The spec class is nothing special but a Phpunit test case. It has to be extended and the abstract methods are implemented.
After you can use them as tests for your transport. Some of the specs require an interaction with a real broker., (*1)
Here's an example of the spec for Gearman connection factory class:, (*2)
<?php namespace Enqueue\Gearman\Tests\Spec; use Enqueue\Gearman\GearmanConnectionFactory; use Interop\Queue\Spec\PsrConnectionFactorySpec; class GearmanConnectionFactoryTest extends PsrConnectionFactorySpec { protected function createConnectionFactory() { return new GearmanConnectionFactory(); } }
MIT license, (*3)
MIT
MIT
MIT