/**
  * @expectedException \InvalidArgumentException
  * @expectedExceptionCode 1
  */
 public function testNameNotExistsWithSetter()
 {
     $opt = new SwooleServerOptions();
     $opt->setOption('foo', 'bar');
 }