Exemplo n.º 1
0
 public function testToArray()
 {
     $object_data = $this->getRandomScalarValues();
     $test_object = Fixtures\TestObject::create($object_data);
     $this->assertEquals($object_data, $test_object->toArray());
 }