File tree Expand file tree Collapse file tree 3 files changed +0
-27
lines changed Expand file tree Collapse file tree 3 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,6 @@ class PheanstalkConsumerTest extends TestCase
14
14
{
15
15
use ClassExtensionTrait;
16
16
17
- /**
18
- * @doesNotPerformAssertions
19
- */
20
- public function testCouldBeConstructedWithDestinationAndPheanstalkAsArguments ()
21
- {
22
- new PheanstalkConsumer (
23
- new PheanstalkDestination ('aQueueName ' ),
24
- $ this ->createPheanstalkMock ()
25
- );
26
- }
27
-
28
17
public function testShouldReturnQueueSetInConstructor ()
29
18
{
30
19
$ destination = new PheanstalkDestination ('aQueueName ' );
Original file line number Diff line number Diff line change @@ -21,14 +21,6 @@ public function testShouldImplementContextInterface()
21
21
$ this ->assertClassImplements (Context::class, PheanstalkContext::class);
22
22
}
23
23
24
- /**
25
- * @doesNotPerformAssertions
26
- */
27
- public function testCouldBeConstructedWithPheanstalkAsFirstArgument ()
28
- {
29
- new PheanstalkContext ($ this ->createPheanstalkMock ());
30
- }
31
-
32
24
public function testThrowNotImplementedOnCreateTemporaryQueue ()
33
25
{
34
26
$ context = new PheanstalkContext ($ this ->createPheanstalkMock ());
Original file line number Diff line number Diff line change @@ -18,14 +18,6 @@ class PheanstalkProducerTest extends TestCase
18
18
{
19
19
use ClassExtensionTrait;
20
20
21
- /**
22
- * @doesNotPerformAssertions
23
- */
24
- public function testCouldBeConstructedWithPheanstalkAsFirstArgument ()
25
- {
26
- new PheanstalkProducer ($ this ->createPheanstalkMock ());
27
- }
28
-
29
21
public function testThrowIfDestinationInvalid ()
30
22
{
31
23
$ producer = new PheanstalkProducer ($ this ->createPheanstalkMock ());
You can’t perform that action at this time.
0 commit comments