Example #1
0
 /**
  * testConstruct
  *
  * @return void
  */
 public function testConstruct()
 {
     $result = new Result();
     $result->__construct(null, Result::CODE_SUCCESS, ['Test Message']);
 }