Example #1
0
 public function testMarshallAsArray()
 {
     $marshaller = new Marshaller();
     $data = $marshaller->marshall(new Integer(12), Marshaller::MARSHALL_ARRAY);
     $this->assertEquals(12, $data['base']['integer']);
 }
 /**
  * Create a new PciJsonMarshaller object.
  * 
  */
 protected function construct()
 {
     parent::__construct();
 }