Example #1
0
 /**
  * Test if throws an exception if the output type is unexpected.
  *
  * @expectedException \UnexpectedValueException
  */
 public function testExceptionForUnexpectedArrayOutputType()
 {
     $value = new PHPValue(1);
     $value->setArrayOutput(3);
 }