Exemple #1
0
 /**
  * @test
  */
 public function shouldThrowExceptionBecauseOfWrongFlags()
 {
     $this->setExpectedException('\\Exception');
     $command = new Command(Table::TABLE_MANGLE);
     $command->setProtocol('tcp', null, '127.0.0.1/0', ['ACK', 'XXX', 'EXT']);
 }