コード例 #1
0
ファイル: ConverterTest.php プロジェクト: tsurkanovm/test_mp
 public function testConvertToException()
 {
     $this->setExpectedException('\\Exception');
     $this->data_out = $this->converter->convertByConfiguration($this->data_in, $this->wrong_configuration);
 }