コード例 #1
0
ファイル: PhabricTest.php プロジェクト: Anyqax/Phabric
 /**
  * @expectedException InvalidArgumentException
  */
 public function testGetDataTransformationNotFound()
 {
     $this->object->getDataTransformation('test');
 }