예제 #1
0
 /**
  * Tests setCtcpCommand().
  */
 public function testSetCtcpCommand()
 {
     $command = 'COMMAND';
     $this->event->setCtcpCommand($command);
     $this->assertSame($command, $this->event->getCtcpCommand());
 }