File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,6 @@ public function testShouldImplementContextInterface()
24
24
$ this ->assertClassImplements (Context::class, GearmanContext::class);
25
25
}
26
26
27
- /**
28
- * @doesNotPerformAssertions
29
- */
30
- public function testCouldBeConstructedWithConnectionConfigAsFirstArgument ()
31
- {
32
- new GearmanContext (['host ' => 'aHost ' , 'port ' => 'aPort ' ]);
33
- }
34
-
35
27
public function testThrowNotImplementedOnCreateTemporaryQueue ()
36
28
{
37
29
$ context = new GearmanContext (['host ' => 'aHost ' , 'port ' => 'aPort ' ]);
Original file line number Diff line number Diff line change @@ -18,14 +18,6 @@ class GearmanProducerTest extends TestCase
18
18
use ClassExtensionTrait;
19
19
use SkipIfGearmanExtensionIsNotInstalledTrait;
20
20
21
- /**
22
- * @doesNotPerformAssertions
23
- */
24
- public function testCouldBeConstructedWithGearmanClientAsFirstArgument ()
25
- {
26
- new GearmanProducer ($ this ->createGearmanClientMock ());
27
- }
28
-
29
21
public function testThrowIfDestinationInvalid ()
30
22
{
31
23
$ producer = new GearmanProducer ($ this ->createGearmanClientMock ());
You can’t perform that action at this time.
0 commit comments