File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
use Enqueue \Gearman \GearmanConnectionFactory ;
6
6
use Enqueue \Gearman \Tests \SkipIfGearmanExtensionIsNotInstalledTrait ;
7
- use Interop \Queue \Spec \PsrConnectionFactorySpec ;
7
+ use Interop \Queue \Spec \ConnectionFactorySpec ;
8
8
9
- class GearmanConnectionFactoryTest extends PsrConnectionFactorySpec
9
+ class GearmanConnectionFactoryTest extends ConnectionFactorySpec
10
10
{
11
11
use SkipIfGearmanExtensionIsNotInstalledTrait;
12
12
Original file line number Diff line number Diff line change 3
3
namespace Enqueue \Gearman \Tests \Spec ;
4
4
5
5
use Enqueue \Gearman \GearmanConnectionFactory ;
6
- use Interop \Queue \Spec \PsrContextSpec ;
6
+ use Interop \Queue \Spec \ContextSpec ;
7
7
8
8
/**
9
9
* @group functional
10
10
*/
11
- class GearmanContextTest extends PsrContextSpec
11
+ class GearmanContextTest extends ContextSpec
12
12
{
13
13
/**
14
14
* {@inheritdoc}
Original file line number Diff line number Diff line change 4
4
5
5
use Enqueue \Gearman \GearmanMessage ;
6
6
use Enqueue \Gearman \Tests \SkipIfGearmanExtensionIsNotInstalledTrait ;
7
- use Interop \Queue \Spec \PsrMessageSpec ;
7
+ use Interop \Queue \Spec \MessageSpec ;
8
8
9
- class GearmanMessageTest extends PsrMessageSpec
9
+ class GearmanMessageTest extends MessageSpec
10
10
{
11
11
use SkipIfGearmanExtensionIsNotInstalledTrait;
12
12
Original file line number Diff line number Diff line change 4
4
5
5
use Enqueue \Gearman \GearmanDestination ;
6
6
use Enqueue \Gearman \Tests \SkipIfGearmanExtensionIsNotInstalledTrait ;
7
- use Interop \Queue \Spec \PsrQueueSpec ;
7
+ use Interop \Queue \Spec \QueueSpec ;
8
8
9
- class GearmanQueueTest extends PsrQueueSpec
9
+ class GearmanQueueTest extends QueueSpec
10
10
{
11
11
use SkipIfGearmanExtensionIsNotInstalledTrait;
12
12
Original file line number Diff line number Diff line change 4
4
5
5
use Enqueue \Gearman \GearmanDestination ;
6
6
use Enqueue \Gearman \Tests \SkipIfGearmanExtensionIsNotInstalledTrait ;
7
- use Interop \Queue \Spec \PsrTopicSpec ;
7
+ use Interop \Queue \Spec \TopicSpec ;
8
8
9
- class GearmanTopicTest extends PsrTopicSpec
9
+ class GearmanTopicTest extends TopicSpec
10
10
{
11
11
use SkipIfGearmanExtensionIsNotInstalledTrait;
12
12
You can’t perform that action at this time.
0 commit comments