Exemple #1
0
 public function testConvertToException()
 {
     $this->setExpectedException('\\Exception');
     $this->data_out = $this->converter->convertByConfiguration($this->data_in, $this->wrong_configuration);
 }