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()
24
24
$ this ->assertClassImplements (Context::class, GearmanContext::class);
25
25
}
26
26
27
+ /**
28
+ * @doesNotPerformAssertions
29
+ */
27
30
public function testCouldBeConstructedWithConnectionConfigAsFirstArgument ()
28
31
{
29
32
new GearmanContext (['host ' => 'aHost ' , 'port ' => 'aPort ' ]);
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ class GearmanProducerTest extends TestCase
18
18
use ClassExtensionTrait;
19
19
use SkipIfGearmanExtensionIsNotInstalledTrait;
20
20
21
+ /**
22
+ * @doesNotPerformAssertions
23
+ */
21
24
public function testCouldBeConstructedWithGearmanClientAsFirstArgument ()
22
25
{
23
26
new GearmanProducer ($ this ->createGearmanClientMock ());
You can’t perform that action at this time.
0 commit comments