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()
2424 $ this ->assertClassImplements (Context::class, GearmanContext::class);
2525 }
2626
27- /**
28- * @doesNotPerformAssertions
29- */
30- public function testCouldBeConstructedWithConnectionConfigAsFirstArgument ()
31- {
32- new GearmanContext (['host ' => 'aHost ' , 'port ' => 'aPort ' ]);
33- }
34-
3527 public function testThrowNotImplementedOnCreateTemporaryQueue ()
3628 {
3729 $ 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
1818 use ClassExtensionTrait;
1919 use SkipIfGearmanExtensionIsNotInstalledTrait;
2020
21- /**
22- * @doesNotPerformAssertions
23- */
24- public function testCouldBeConstructedWithGearmanClientAsFirstArgument ()
25- {
26- new GearmanProducer ($ this ->createGearmanClientMock ());
27- }
28-
2921 public function testThrowIfDestinationInvalid ()
3022 {
3123 $ producer = new GearmanProducer ($ this ->createGearmanClientMock ());
You can’t perform that action at this time.
0 commit comments