File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ public function testShouldImplementContextInterface()
2424 $ this ->assertClassImplements (Context::class, GearmanContext::class);
2525 }
2626
27+ /**
28+ * @doesNotPerformAssertions
29+ */
2730 public function testCouldBeConstructedWithConnectionConfigAsFirstArgument ()
2831 {
2932 new GearmanContext (['host ' => 'aHost ' , 'port ' => 'aPort ' ]);
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ class GearmanProducerTest extends TestCase
1818 use ClassExtensionTrait;
1919 use SkipIfGearmanExtensionIsNotInstalledTrait;
2020
21+ /**
22+ * @doesNotPerformAssertions
23+ */
2124 public function testCouldBeConstructedWithGearmanClientAsFirstArgument ()
2225 {
2326 new GearmanProducer ($ this ->createGearmanClientMock ());
You can’t perform that action at this time.
0 commit comments