@expectedException \InvalidArgumentException @expectedExceptionMessage The Router does not support the "option_foo" option
public function testSetOptionWithUnsupportedOption() { $this->router ->setOption('option_foo', true); }