Example #1
0
 /**
  * @expectedException \InvalidArgumentException
  * @codeCoverageIgnore
  */
 public function testInvalidLocaleForFill3()
 {
     DataGenerator::fill($this->document, array(DataGenerator::OPTION_LOCALE => new \stdClass()));
 }