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