getTickInterval() public method

Returns the interval in seconds between irc.tick events.
public getTickInterval ( ) : float
return float
 /**
  * Tests getTickInterval().
  */
 public function testGetTickInterval()
 {
     $this->assertSame(0.2, $this->client->getTickInterval());
 }