Skip to content

Commit 441efe2

Browse files
committed
remove deprecated PHPUnit features
1 parent 6e2b861 commit 441efe2

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Tests/RabbitMq/BaseConsumerTest.php

-7
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,4 @@ public function testItsIdleTimeoutExitCodeIsMutable()
4444
$this->consumer->setIdleTimeoutExitCode(43);
4545
$this->assertEquals(43, $this->consumer->getIdleTimeoutExitCode());
4646
}
47-
48-
public function testForceStopConsumer()
49-
{
50-
$this->assertAttributeEquals(false, 'forceStop', $this->consumer);
51-
$this->consumer->forceStopConsumer();
52-
$this->assertAttributeEquals(true, 'forceStop', $this->consumer);
53-
}
5447
}

phpunit.xml.dist

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertWarningsToExceptions = "true"
99
processIsolation = "false"
1010
stopOnFailure = "false"
11-
syntaxCheck = "false"
1211
bootstrap = "Tests/bootstrap.php">
1312

1413
<testsuites>

0 commit comments

Comments
 (0)