public function testPingIntervalReturnsNoPingInterval()
 {
     $this->assertSame(AggregatorInterface::NO_PING_INTERVAL, $this->subjectUnderTest->getPingInterval());
 }