/** * @expectedException InvalidArgumentException */ public function testParseOptionsInvalidValueThrowsError() { $this->config->shouldReceive('getOption')->once()->andReturn(''); $this->factory->parseOptions(0, null); }