Skip to content

Commit

Permalink
KafkaTransportTest: phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinCodes committed May 6, 2020
1 parent 3c17ffc commit eb4dc60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/Functional/KafkaTransportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public function __construct($name = null, array $data = [], $dataName = '')
$this->testStartTime = new \DateTimeImmutable();
}


protected function setUp(): void
{
/** @var LoggerInterface $logger */
Expand Down Expand Up @@ -70,9 +69,6 @@ public function serializerProvider()
*
* @group legacy
* @expectedDeprecation Unsilenced deprecation: Function RdKafka\Conf::setDefaultTopicConf() is deprecated
*
* @param SerializerInterface $serializer
* @param Closure $decodeClosure
*/
public function testSendAndReceive(SerializerInterface $serializer, Closure $decodeClosure)
{
Expand Down

0 comments on commit eb4dc60

Please sign in to comment.