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